Fix controller test

This commit is contained in:
Joas Schilling 2015-03-16 12:09:03 +01:00
parent 2731b80f74
commit 3052b9571e
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ class ShareControllerTest extends \Test\TestCase {
'fileSize' => '33 B',
'nonHumanFileSize' => 33,
'maxSizeAnimateGif' => 10,
'previewSupported' => true,
);
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();