1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Add retry for update account recovery

This commit is contained in:
Jake Barnby 2022-09-08 10:37:58 +12:00
parent 9665ec09e7
commit 6ac2493445
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1185,6 +1185,7 @@ trait AccountBase
/**
* @depends testCreateAccountRecovery
*/
#[Retry(count: 1)]
public function testUpdateAccountRecovery($data): array
{
$id = $data['id'] ?? '';