From f67edb2c489581307a7ec93f9e2bb0cd12abe6fe Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 8 Sep 2025 09:49:52 +0530 Subject: [PATCH] update test --- tests/e2e/General/HTTPTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/General/HTTPTest.php b/tests/e2e/General/HTTPTest.php index bce6e7206f..4657e6f2ad 100644 --- a/tests/e2e/General/HTTPTest.php +++ b/tests/e2e/General/HTTPTest.php @@ -153,7 +153,6 @@ class HTTPTest extends Scope $this->assertIsString($body['client-flutter']); $this->assertIsString($body['console-web']); $this->assertIsString($body['server-nodejs']); - $this->assertIsString($body['server-deno']); $this->assertIsString($body['server-php']); $this->assertIsString($body['server-python']); $this->assertIsString($body['server-ruby']);