1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +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()', 'bucketId' => 'unique()',
'name' => 'Test Bucket', 'name' => 'Test Bucket',
'permission' => 'bucket',
'read' => ['role:all'], 'read' => ['role:all'],
'write' => ['role:all'] 'write' => ['role:all']
]); ]);