mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix realtime test
This commit is contained in:
@@ -1122,7 +1122,6 @@ class RealtimeCustomClientTest extends Scope
|
||||
], $this->getHeaders()), [
|
||||
'permissions' => [
|
||||
Permission::read(Role::any()),
|
||||
Permission::create(Role::any()),
|
||||
Permission::update(Role::any()),
|
||||
Permission::delete(Role::any()),
|
||||
],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Tests\E2E\Services\Users;
|
||||
|
||||
use Appwrite\Tests\Retry;
|
||||
use Tests\E2E\Client;
|
||||
use Utopia\Database\ID;
|
||||
|
||||
@@ -852,6 +853,7 @@ trait UsersBase
|
||||
/**
|
||||
* @depends testGetUser
|
||||
*/
|
||||
#[Retry(count: 1)]
|
||||
public function testUpdateUserStatus(array $data): array
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user