1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Update tests

This commit is contained in:
Khushboo Verma 2024-02-26 17:58:57 +05:30
parent bbcb5e8a6e
commit 260928942b

View file

@ -1850,7 +1850,7 @@ class ProjectsConsoleClientTest extends Scope
'x-appwrite-project' => $id,
], $this->getHeaders()));
$this->assertEquals(503, $response['headers']['status-code']);
$this->assertEquals(403, $response['headers']['status-code']);
$response = $this->client->call(Client::METHOD_POST, '/teams', array_merge([
'content-type' => 'application/json',
@ -1860,7 +1860,7 @@ class ProjectsConsoleClientTest extends Scope
'name' => 'Arsenal'
]);
$this->assertEquals(503, $response['headers']['status-code']);
$this->assertEquals(403, $response['headers']['status-code']);
// Cleanup