diff --git a/tests/e2e/Services/Health/HealthCustomClientTest.php b/tests/e2e/Services/Health/HealthCustomClientTest.php index 90b3d94ed..f1c6f5529 100644 --- a/tests/e2e/Services/Health/HealthCustomClientTest.php +++ b/tests/e2e/Services/Health/HealthCustomClientTest.php @@ -233,7 +233,7 @@ class HealthCustomClientTest extends Scope ], $this->getHeaders()), []); $this->assertEquals(200, $response['headers']['status-code']); - $this->assertEquals('online', $response['body']['status']); + $this->assertEquals('OK', $response['body']['status']); $this->assertStringStartsWith('ClamAV ', $response['body']['version']); /**