mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: Update getUser method call in RealtimeCustomClientTest for clarity
This commit is contained in:
@@ -1211,7 +1211,7 @@ class RealtimeCustomClientTest extends Scope
|
||||
$this->assertEquals('connected', $response['type']);
|
||||
$this->assertNotEmpty($response['data']);
|
||||
|
||||
$user2 = $this->getUser(override:true);
|
||||
$user2 = $this->getUser(true);
|
||||
$user2Id = $user2['$id'];
|
||||
$session = $user2['session'] ?? '';
|
||||
$projectId = $this->getProject()['$id'];
|
||||
|
||||
Reference in New Issue
Block a user