This commit is contained in:
shimon 2025-12-01 12:01:27 +02:00
parent 27d88a421e
commit eb1c119c21

View file

@ -41,6 +41,7 @@ class HealthCustomServerTest extends Scope
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), []);
var_dump($response['body']);
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals('pass', $response['body']['statuses'][0]['status']);
$this->assertIsInt($response['body']['statuses'][0]['ping']);