From 36fa28cced86c8d3dbc423aa60ed690aad630739 Mon Sep 17 00:00:00 2001 From: Khushboo Verma Date: Mon, 28 Apr 2025 23:13:48 +0530 Subject: [PATCH] remove var_dumps --- tests/e2e/Services/Sites/SitesCustomServerTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/e2e/Services/Sites/SitesCustomServerTest.php b/tests/e2e/Services/Sites/SitesCustomServerTest.php index a75c1d2a9d..5866bf2e27 100644 --- a/tests/e2e/Services/Sites/SitesCustomServerTest.php +++ b/tests/e2e/Services/Sites/SitesCustomServerTest.php @@ -161,9 +161,7 @@ class SitesCustomServerTest extends Scope $this->assertEquals(200, $rule['headers']['status-code']); $this->assertEquals(0, $rule['body']['total']); - var_dump($rule['body']['total']); - var_dump($rule['body']); - }, 10000, 500); + }, 5000, 500); $response = $this->client->call(Client::METHOD_GET, '/console/resources', [ 'origin' => 'http://localhost',