Fix controller test
This commit is contained in:
parent
2731b80f74
commit
3052b9571e
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class ShareControllerTest extends \Test\TestCase {
|
|||
'fileSize' => '33 B',
|
||||
'nonHumanFileSize' => 33,
|
||||
'maxSizeAnimateGif' => 10,
|
||||
'previewSupported' => true,
|
||||
);
|
||||
|
||||
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();
|
||||
|
|
Loading…
Reference in a new issue