diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 02fedc3aa1..e4b8f42975 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -542,6 +542,7 @@ class FunctionsCustomServerTest extends Scope 'x-appwrite-project' => $this->getProject()['$id'], ], $this->getHeaders())); + var_dump($executions['body']['executions'][0]); var_dump($executions['body']['executions'][0]['stdout']); var_dump($executions['body']['executions'][0]['stderr']);