From a4486fd99ecf7c7565a4e1187f968de106a13e9d Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Wed, 11 Aug 2021 13:24:24 -0400 Subject: [PATCH] Use indexId instead of id --- tests/e2e/Services/Database/DatabaseCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Database/DatabaseCustomServerTest.php b/tests/e2e/Services/Database/DatabaseCustomServerTest.php index 30ad33b4c..6be36742d 100644 --- a/tests/e2e/Services/Database/DatabaseCustomServerTest.php +++ b/tests/e2e/Services/Database/DatabaseCustomServerTest.php @@ -370,7 +370,7 @@ class DatabaseCustomServerTest extends Scope 'x-appwrite-project' => $this->getProject()['$id'], 'x-appwrite-key' => $this->getProject()['apiKey'] ]), [ - 'id' => "key_attribute{$i}", + 'indexId' => "key_attribute{$i}", 'type' => 'key', 'attributes' => ["attribute{$i}"], ]);