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; }