We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959db2e commit ad96379Copy full SHA for ad96379
1 file changed
tests/e2e/Services/Databases/Legacy/DatabasesBase.php
@@ -1735,7 +1735,7 @@ public function testUpsertDocument(array $data): void
1735
'content-type' => 'application/json',
1736
'x-appwrite-project' => $this->getProject()['$id'],
1737
], $this->getHeaders()), [
1738
- 'data' => [[
+ 'data' => [
1739
'title' => 'Thor: Ragnarok',
1740
'releaseYear' => 2000,
1741
'integers' => [],
@@ -1745,7 +1745,7 @@ public function testUpsertDocument(array $data): void
1745
'actors' => [],
1746
'tagline' => '',
1747
'description' => '',
1748
- ]],
+ ],
1749
'permissions' => [
1750
Permission::read(Role::users()),
1751
Permission::update(Role::users()),
0 commit comments