From 40c7910dd8fbd7cec3ad108d8e666a2899ad2a78 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 1 Jan 2021 10:52:08 +0200 Subject: [PATCH] Debug failed functions --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index f5ca6b2e6..2fe2e7d58 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -599,6 +599,7 @@ class FunctionsCustomServerTest extends Scope ], $this->getHeaders())); if($executions['body']['executions'][0]['status'] !== 'completed') { + var_dump($env); var_dump($executions['body']['executions'][0]); }