1
0
Fork 0
mirror of synced 2024-06-16 17:54:53 +12:00

Updated Health test

This commit is contained in:
Eldad Fux 2020-05-18 15:15:54 +03:00
parent b405c93f21
commit 2564409402

View file

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