From 3469ebf7b046724615f7e16687606cd5ccf306cd Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:07:11 +0530 Subject: [PATCH] Add var_dump to debug flaky test --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 ++ 1 file changed, 2 insertions(+) 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);