From d58a35231323bffd34ea47804a9b7b4f7f084cf1 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:13:17 -0400 Subject: [PATCH] fix: Removing debug var_dump --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index b7014546a2..81cc07f34c 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -1063,7 +1063,7 @@ class FunctionsCustomServerTest extends Scope $this->assertEquals(204, $execution['headers']['status-code']); $this->assertEmpty($execution['body']); - var_dump('==========================================='); + return $data; }