From eb1c119c21959dd4150f69301c0a24cc36d9fbc2 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 1 Dec 2025 12:01:27 +0200 Subject: [PATCH] debug --- tests/e2e/Services/Health/HealthCustomServerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Health/HealthCustomServerTest.php b/tests/e2e/Services/Health/HealthCustomServerTest.php index 1164e015a7..3a25cd0d3c 100644 --- a/tests/e2e/Services/Health/HealthCustomServerTest.php +++ b/tests/e2e/Services/Health/HealthCustomServerTest.php @@ -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']);