1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00

Remove redundant test

This commit is contained in:
Jake Barnby 2023-02-21 17:59:10 +13:00
parent 32fd00031d
commit b2fc7cc25a
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1080,15 +1080,6 @@ trait UsersBase
$this->assertEquals($response['headers']['status-code'], 400);
$response = $this->client->call(Client::METHOD_GET, '/users/' . $data['userId'] . '/logs', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'queries' => ['limit(101)']
]);
$this->assertEquals($response['headers']['status-code'], 400);
$response = $this->client->call(Client::METHOD_GET, '/users/' . $data['userId'] . '/logs', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],