1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

fix missing permission for update

This commit is contained in:
Damodar Lohani 2022-01-27 15:51:33 +05:45
parent 8bafd7cafb
commit dedc2806af

View file

@ -160,6 +160,7 @@ class StorageCustomServerTest extends Scope
'bucketId' => 'unique()',
'name' => 'Test Bucket Updated',
'enabled' => false,
'permission' => 'file',
]);
$this->assertEquals(200, $bucket['headers']['status-code']);
$this->assertNotEmpty($bucket['body']['$id']);