diff --git a/tests/e2e/Services/Databases/DatabasesBase.php b/tests/e2e/Services/Databases/DatabasesBase.php index c5587a097c..baccc859a7 100644 --- a/tests/e2e/Services/Databases/DatabasesBase.php +++ b/tests/e2e/Services/Databases/DatabasesBase.php @@ -1035,14 +1035,10 @@ trait DatabasesBase 'x-appwrite-project' => $this->getProject()['$id'], 'x-appwrite-timeout' => 1, ], $this->getHeaders()), [ - //'queries' => ['notEqual("longtext", "appwrite")'], + 'queries' => ['notEqual("longtext", "appwrite")'], ]); - - var_dump($docs); } - exit; - for ($i = 0; $i < count($documents); $i++) { $this->client->call(Client::METHOD_DELETE, '/databases/' . $data['databaseId'] . '/collections/' . $data['moviesId'] . '/documents/' . $documents[$i]['body']['$id'], array_merge([ 'content-type' => 'application/json',