1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

New Queries Activation

This commit is contained in:
fogelito 2023-03-23 16:13:50 +02:00
parent fad9ecd389
commit 617a2c5fc8

View file

@ -547,8 +547,6 @@ trait DatabasesBase
*/
public function testSelects(array $data): array
{
$this->assertEquals(200, $response['headers']['status-code']);
$response = $this->client->call(Client::METHOD_GET, '/databases/' . $data['databaseId'] . '/collections/' . $data['personCollection'] . '/documents', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],