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