From dfd6d743a0a191576514e6882b5c18458c3ff7d7 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Tue, 3 Aug 2021 16:22:31 -0400 Subject: [PATCH] Key index constant renamed to key --- tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php b/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php index 2f254b0e6..4de19f387 100644 --- a/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php +++ b/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php @@ -64,7 +64,7 @@ class WebhooksCustomServerTest extends Scope 'x-appwrite-key' => $this->getProject()['apiKey'] ]), [ 'id' => 'fullname', - 'type' => 'text', + 'type' => 'key', 'attributes' => ['lastName', 'firstName'], 'orders' => ['ASC', 'ASC'], ]);