1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +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
*/
$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',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), []);