mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add var_dump to debug flaky test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user