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 2022-01-28 11:31:22 +05:45
parent 5c9b8a56c7
commit b46002005a

View file

@ -317,6 +317,7 @@ trait WebhooksBase
'x-appwrite-key' => $this->getProject()['apiKey']
]), [
'name' => 'Test Bucket Updated',
'permission' => 'file',
'enabled' => false,
]);
@ -354,6 +355,7 @@ trait WebhooksBase
'x-appwrite-key' => $this->getProject()['apiKey']
]), [
'name' => 'Test Bucket Updated',
'permission' => 'file',
'enabled' => true,
]);