From 9def955ab20d6edf00c86b806ffd17a2de8d3bee Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 16 Jun 2021 11:52:35 +0545 Subject: [PATCH] bucket read scope --- tests/e2e/Scopes/ProjectCustom.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Scopes/ProjectCustom.php b/tests/e2e/Scopes/ProjectCustom.php index dc5673ce83..b2324fc5d5 100644 --- a/tests/e2e/Scopes/ProjectCustom.php +++ b/tests/e2e/Scopes/ProjectCustom.php @@ -73,6 +73,7 @@ trait ProjectCustom 'documents.write', 'files.read', 'files.write', + 'buckets.read', 'buckets.write', 'functions.read', 'functions.write',