diff --git a/tests/e2e/Services/Users/UsersCustomServerTest.php b/tests/e2e/Services/Users/UsersCustomServerTest.php index 3acd4330af..9d7e60a730 100644 --- a/tests/e2e/Services/Users/UsersCustomServerTest.php +++ b/tests/e2e/Services/Users/UsersCustomServerTest.php @@ -36,9 +36,7 @@ class UsersCustomServerTest extends Scope $response = $this->client->call(Client::METHOD_DELETE, '/users/meldiron', array_merge([ 'content-type' => 'application/json', 'x-appwrite-project' => $this->getProject()['$id'], - ], $this->getHeaders()), [ - - ]); + ], $this->getHeaders())); $this->assertEquals(204, $response['headers']['status-code']);