1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

fixed linting errors

This commit is contained in:
vaibhavagarwal220 2023-07-11 09:33:02 +05:30
parent 4e24b7eb42
commit 48fc58d365

View file

@ -500,12 +500,12 @@ class AccountCustomClientTest extends Scope
'origin' => 'http://localhost',
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
'cookie' => 'a_session_' . $this->getProject()['$id'] . '=' . $session,
'cookie' => 'a_session_' . $this->getProject()['$id'] . '=' . $session,
]), [
'url' => 'http://localhost'
]);
$this->assertEquals($response['headers']['status-code'], 201);
return [];