Skip to content

Commit ad96379

Browse files
committed
Restrict array list
1 parent 959db2e commit ad96379

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/Services/Databases/Legacy/DatabasesBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ public function testUpsertDocument(array $data): void
17351735
'content-type' => 'application/json',
17361736
'x-appwrite-project' => $this->getProject()['$id'],
17371737
], $this->getHeaders()), [
1738-
'data' => [[
1738+
'data' => [
17391739
'title' => 'Thor: Ragnarok',
17401740
'releaseYear' => 2000,
17411741
'integers' => [],
@@ -1745,7 +1745,7 @@ public function testUpsertDocument(array $data): void
17451745
'actors' => [],
17461746
'tagline' => '',
17471747
'description' => '',
1748-
]],
1748+
],
17491749
'permissions' => [
17501750
Permission::read(Role::users()),
17511751
Permission::update(Role::users()),

0 commit comments

Comments
 (0)