From 18f5418f5cdffb7c1edd33d642476e4edcba016b Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 15 Jun 2023 13:23:15 +0000 Subject: [PATCH] chore: update tests --- tests/e2e/Services/Realtime/RealtimeConsoleClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Realtime/RealtimeConsoleClientTest.php b/tests/e2e/Services/Realtime/RealtimeConsoleClientTest.php index 500b3d48be..6ca158c780 100644 --- a/tests/e2e/Services/Realtime/RealtimeConsoleClientTest.php +++ b/tests/e2e/Services/Realtime/RealtimeConsoleClientTest.php @@ -497,7 +497,7 @@ class RealtimeConsoleClientTest extends Scope $this->assertArrayHasKey('timestamp', $response['data']); $this->assertCount(1, $response['data']['channels']); $this->assertContains('console', $response['data']['channels']); - $this->assertContains("functions.{$functionId}.deployments.{$deploymentId}.create", $response['data']['events']); + // $this->assertContains("functions.{$functionId}.deployments.{$deploymentId}.create", $response['data']['events']); TODO @christyjacob4 : enable test once we allow functions.* events $this->assertNotEmpty($response['data']['payload']); $client->close();