1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

chore: update health tests

This commit is contained in:
Christy Jacob 2023-10-18 20:18:15 +00:00
parent 3d7cd91176
commit 6d55b20fac

View file

@ -214,7 +214,7 @@ class HealthCustomServerTest extends Scope
/** /**
* Test for SUCCESS * Test for SUCCESS
*/ */
$response = $this->client->call(Client::METHOD_GET, '/health/queue/databases', array_merge([ $response = $this->client->call(Client::METHOD_GET, '/health/queue/databases/database_db_main', array_merge([
'content-type' => 'application/json', 'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'], 'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), []); ], $this->getHeaders()), []);