1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update tests/e2e/Services/Users/UsersCustomServerTest.php

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Matej Bačo 2021-10-04 12:58:33 +02:00 committed by GitHub
parent 8fb83d9605
commit 6ada84cb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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']);