From 6ada84cb53f91eb733cc729ed669c551075d95d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 4 Oct 2021 12:58:33 +0200 Subject: [PATCH] Update tests/e2e/Services/Users/UsersCustomServerTest.php Co-authored-by: kodumbeats --- tests/e2e/Services/Users/UsersCustomServerTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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']);