1
0
Fork 0
mirror of synced 2024-09-12 15:47:12 +12:00

linter fix

This commit is contained in:
Damodar Lohani 2023-03-21 08:06:20 +00:00
parent 4573683e7c
commit a1df37e168

View file

@ -475,10 +475,10 @@ class ProjectsConsoleClientTest extends Scope
$response = $this->client->call(Client::METHOD_PATCH, '/projects/' . $id, array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
], $this->getHeaders()), [
'name' => 'Project Test 2',
'paused' => false,
]);
]);
$this->assertEquals(200, $response['headers']['status-code']);