From 9c826f06d3f4460e48db9aec5f32006708900ab9 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 19 Nov 2021 12:30:09 +0545 Subject: [PATCH] fix test --- tests/e2e/Services/Webhooks/WebhooksBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Webhooks/WebhooksBase.php b/tests/e2e/Services/Webhooks/WebhooksBase.php index acf4945165..cb04a9c264 100644 --- a/tests/e2e/Services/Webhooks/WebhooksBase.php +++ b/tests/e2e/Services/Webhooks/WebhooksBase.php @@ -353,6 +353,7 @@ trait WebhooksBase 'x-appwrite-project' => $this->getProject()['$id'], 'x-appwrite-key' => $this->getProject()['apiKey'] ]), [ + 'name' => 'Test Bucket Updated', 'enabled' => true, ]);