1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

chore: run formatter

This commit is contained in:
Torsten Dittmann 2023-03-23 11:28:31 +01:00
parent 0fc4d5f49a
commit 75b687786d

View file

@ -2949,7 +2949,7 @@ class DatabasesCustomServerTest extends Scope
/**
* Check if Collection exists
*/
$update = $this->client->call(Client::METHOD_PATCH, '/databases/' . $databaseId . '/collections/i_dont_exist/attributes/'. $key .'/unknown_' . $key , array_merge([
$update = $this->client->call(Client::METHOD_PATCH, '/databases/' . $databaseId . '/collections/i_dont_exist/attributes/' . $key . '/unknown_' . $key, array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey']