Remove debug output from HealthCustomServerTest

This commit is contained in:
shimon 2025-11-06 17:54:44 +02:00
parent 3d471bae56
commit ae2ffd259c

View file

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