1
0
Fork 0
mirror of synced 2024-09-07 21:31:38 +12:00

Add var_dump to debug flaky test

This commit is contained in:
Khushboo Verma 2024-04-01 23:07:11 +05:30
parent 7f038ec704
commit 3469ebf7b0

View file

@ -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);