debug dbHelth

This commit is contained in:
shimon 2025-11-06 16:11:57 +02:00
parent 501cba216b
commit 16d6c9e5e3

View file

@ -40,7 +40,7 @@ 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']);