1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Added debug for waiting function

This commit is contained in:
Eldad Fux 2021-01-01 10:34:34 +02:00
parent f2e98d3e8a
commit 9a1a88d916

View file

@ -598,7 +598,7 @@ class FunctionsCustomServerTest extends Scope
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()));
if($executions['body']['executions'][0]['status'] === 'failed') {
if($executions['body']['executions'][0]['status'] !== 'completed') {
var_dump($executions['body']['executions'][0]);
}