diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index e39c6573e4..56e1c24bd3 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -1069,6 +1069,8 @@ class FunctionsCustomServerTest extends Scope 'async' => false ]); + var_dump($execution['body']); + $executionId = $execution['body']['$id'] ?? ''; $output = json_decode($execution['body']['responseBody'], true);