1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

fix webhook test

This commit is contained in:
Damodar Lohani 2021-09-07 11:12:44 +05:45
parent f230c5b340
commit 53542fb937

View file

@ -244,6 +244,7 @@ trait WebhooksBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey']
]), [
'bucketId' => 'unique()',
'name' => 'Test Bucket',
'read' => ['role:all'],
'write' => ['role:all']