mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add retry for update account recovery
This commit is contained in:
@@ -1185,6 +1185,7 @@ trait AccountBase
|
||||
/**
|
||||
* @depends testCreateAccountRecovery
|
||||
*/
|
||||
#[Retry(count: 1)]
|
||||
public function testUpdateAccountRecovery($data): array
|
||||
{
|
||||
$id = $data['id'] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user