mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
remove debug
This commit is contained in:
parent
e5bada0493
commit
74f7143a18
1 changed files with 0 additions and 1 deletions
|
|
@ -492,7 +492,6 @@ trait DatabasesBase
|
|||
Query::cursorAfter(new Document(['$id' => 'title']))->toString()
|
||||
],
|
||||
]);
|
||||
var_dump($response);
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertEquals(2, \count($response['body']['attributes']));
|
||||
$response = $this->client->call(Client::METHOD_GET, '/databases/' . $databaseId . '/collections/' . $data['moviesId'] . '/attributes', array_merge([
|
||||
|
|
|
|||
Loading…
Reference in a new issue