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 19:43:59 +13:00
parent b2fc7cc25a
commit 8c5220f455
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1089,14 +1089,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' => ['offset(5001)']
]);
$this->assertEquals($response['headers']['status-code'], 400);
$response = $this->client->call(Client::METHOD_GET, '/users/' . $data['userId'] . '/logs', array_merge([
'content-type' => 'application/json',