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

Revert "Remove redundant test"

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

View file

@ -1080,6 +1080,15 @@ 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'],