From 28d0348ef5bd0422d82fc8a5654bfc60467671c4 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Thu, 14 May 2026 11:55:25 +0530 Subject: [PATCH] fixed case --- tests/e2e/Services/Presences/PresenceRealtimeClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Presences/PresenceRealtimeClientTest.php b/tests/e2e/Services/Presences/PresenceRealtimeClientTest.php index bf283a6e7c..d824412a51 100644 --- a/tests/e2e/Services/Presences/PresenceRealtimeClientTest.php +++ b/tests/e2e/Services/Presences/PresenceRealtimeClientTest.php @@ -385,7 +385,7 @@ class PresenceRealtimeClientTest extends Scope ], ])); $missingStatus = $this->receiveErrorMessage($client); - $this->assertStringContainsString('Payload is not valid. status is required', $missingStatus['data']['message'] ?? ''); + $this->assertStringContainsString('Payload is not valid. Status is required', $missingStatus['data']['message'] ?? ''); $this->assertQuietFor( $client, fn (array $frame): bool => ($frame['type'] ?? null) === 'event'