1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

fix webhook test

This commit is contained in:
Damodar Lohani 2021-10-17 13:59:03 +05:45
parent cecc863717
commit e6996ad63a

View file

@ -246,6 +246,7 @@ trait WebhooksBase
]), [
'bucketId' => 'unique()',
'name' => 'Test Bucket',
'permission' => 'bucket',
'read' => ['role:all'],
'write' => ['role:all']
]);