From 2564409402448d9c5400a640e4a0de24d86f1f9c Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 18 May 2020 15:15:54 +0300 Subject: [PATCH] Updated Health test --- tests/e2e/Services/Health/HealthCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); /**