1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Debug dump errors

This commit is contained in:
Jake Barnby 2024-02-24 15:04:40 +13:00
parent bae1ba714c
commit c948d3a485
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -135,7 +135,7 @@ class FunctionsCustomClientTest extends Scope
\sleep(1);
}
$this->assertEquals('ready', $deployment['body']['status']);
$this->assertEquals('ready', $deployment['body']['status'], \json_encode($deployment['body']));
$function = $this->client->call(Client::METHOD_PATCH, '/functions/' . $function['body']['$id'] . '/deployments/' . $deploymentId, [
'content-type' => 'application/json',
@ -266,7 +266,7 @@ class FunctionsCustomClientTest extends Scope
\sleep(1);
}
$this->assertEquals('ready', $deployment['body']['status']);
$this->assertEquals('ready', $deployment['body']['status'], \json_encode($deployment['body']));
$function = $this->client->call(Client::METHOD_PATCH, '/functions/' . $functionId . '/deployments/' . $deploymentId, [
'content-type' => 'application/json',