1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Remove invalid test

This commit is contained in:
Jake Barnby 2023-03-24 23:09:49 +13:00
parent 702000ac2f
commit 47586fedb5
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1089,15 +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',
'x-appwrite-project' => $this->getProject()['$id'],