1
0
Fork 0
mirror of synced 2024-05-19 04:02:34 +12:00

Fixed tests

This commit is contained in:
Eldad Fux 2021-03-20 10:50:30 +02:00
parent 600692bcac
commit 50f97becd0

View file

@ -234,8 +234,9 @@ class HealthCustomServerTest extends Scope
], $this->getHeaders()), []);
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals('online', $response['body']['status']);
$this->assertStringStartsWith('ClamAV ', $response['body']['version']);
$this->assertNotEmpty($response['body']['status']);
$this->assertIsString($response['body']['status']);
$this->assertIsString($response['body']['version']);
/**
* Test for FAILURE