mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated Health test
This commit is contained in:
@@ -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']);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user