mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Remove double test
This commit is contained in:
parent
725897c896
commit
b4c5ef2d17
1 changed files with 0 additions and 10 deletions
|
|
@ -183,16 +183,6 @@ class HealthCustomServerTest extends Scope
|
||||||
$this->assertIsInt($response['body']['size']);
|
$this->assertIsInt($response['body']['size']);
|
||||||
$this->assertLessThan(100, $response['body']['size']);
|
$this->assertLessThan(100, $response['body']['size']);
|
||||||
|
|
||||||
|
|
||||||
$response = $this->client->call(Client::METHOD_GET, '/health/queue/logs', array_merge([
|
|
||||||
'content-type' => 'application/json',
|
|
||||||
'x-appwrite-project' => $this->getProject()['$id'],
|
|
||||||
], $this->getHeaders()), []);
|
|
||||||
|
|
||||||
$this->assertEquals(200, $response['headers']['status-code']);
|
|
||||||
$this->assertIsInt($response['body']['size']);
|
|
||||||
$this->assertLessThan(100, $response['body']['size']);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test for FAILURE
|
* Test for FAILURE
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue