mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Debug tests
This commit is contained in:
parent
526acd131c
commit
fd5673c2b4
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ class ConsoleHealthTest extends BaseConsole
|
|||
'content-type' => 'application/json',
|
||||
], []);
|
||||
|
||||
var_dump($response);
|
||||
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertEquals('OK', $response['body']['status']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue