1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Remove double test

This commit is contained in:
Matej Bačo 2023-09-24 14:36:47 +02:00 committed by Christy Jacob
parent e58bf7f695
commit 2d578dddac

View file

@ -183,16 +183,6 @@ class HealthCustomServerTest extends Scope
$this->assertIsInt($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
*/