1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

update large file upload test to not include update permission

This commit is contained in:
Damodar Lohani 2023-12-25 06:06:18 +00:00
parent b6b1b396b3
commit a6b4ade39b

View file

@ -107,9 +107,7 @@ trait StorageBase
'fileId' => $fileId,
'file' => $curlFile,
'permissions' => [
Permission::read(Role::any()),
Permission::update(Role::any()),
Permission::delete(Role::any()),
Permission::read(Role::any())
],
]);
$counter++;