debug: output fail deployment

This commit is contained in:
loks0n
2024-09-20 09:43:41 +01:00
parent f24863349e
commit 1509aa544d
@@ -44,7 +44,7 @@ trait FunctionsBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey'],
]));
$this->assertEquals('ready', $deployment['body']['status']);
$this->assertEquals('ready', $deployment['body']['status'], 'Deployment status is not ready, deployment: ' . json_encode($deployment['body'], JSON_PRETTY_PRINT));
}, 50000, 500);
return $deploymentId;