mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Remove debug output from HealthCustomServerTest
This commit is contained in:
parent
3d471bae56
commit
ae2ffd259c
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class HealthCustomServerTest extends Scope
|
|||
'content-type' => 'application/json',
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
], $this->getHeaders()), []);
|
||||
var_dump($response);
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertEquals('pass', $response['body']['statuses'][0]['status']);
|
||||
$this->assertIsInt($response['body']['statuses'][0]['ping']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue