1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +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, 'fileId' => $fileId,
'file' => $curlFile, 'file' => $curlFile,
'permissions' => [ 'permissions' => [
Permission::read(Role::any()), Permission::read(Role::any())
Permission::update(Role::any()),
Permission::delete(Role::any()),
], ],
]); ]);
$counter++; $counter++;