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

Revert "Remove redundant test"

This reverts commit 8c5220f455.
This commit is contained in:
Jake Barnby 2023-02-28 16:40:25 +13:00
parent 8c5220f455
commit 73a47b5624
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1089,6 +1089,14 @@ 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',