From 697ac3447bf9a7b5ca84bf65d996d6fac791705c Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Tue, 5 Aug 2025 13:37:24 +0530 Subject: [PATCH] fix: Update getUser method call in RealtimeCustomClientTest for clarity --- tests/e2e/Services/Realtime/RealtimeCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php b/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php index bc842be74e..60f58bd8ee 100644 --- a/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php +++ b/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php @@ -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'];