Fix controller test

remotes/origin/etag-endpoint
Joas Schilling 11 years ago
parent 2731b80f74
commit 3052b9571e
  1. 1
      apps/files_sharing/tests/controller/sharecontroller.php

@ -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…
Cancel
Save