fix: Update getUser method call in RealtimeCustomClientTest for clarity

This commit is contained in:
ArnabChatterjee20k
2025-08-05 13:37:24 +05:30
parent 5baa2ad113
commit 697ac3447b
@@ -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'];