summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/controller
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-03-16 12:09:03 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2015-03-16 12:45:18 +0100
commit3052b9571edf8b8bc223c5e5df9c392d152dd994 (patch)
treef40fab0f7b4b98f486d1598b01803223f68c45af /apps/files_sharing/tests/controller
parent2731b80f747786860d247255ff2a849b5249e87b (diff)
downloadnextcloud-server-3052b9571edf8b8bc223c5e5df9c392d152dd994.tar.gz
nextcloud-server-3052b9571edf8b8bc223c5e5df9c392d152dd994.zip
Fix controller test
Diffstat (limited to 'apps/files_sharing/tests/controller')
-rw-r--r--apps/files_sharing/tests/controller/sharecontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php
index 81e60b03cdc..189fb57653c 100644
--- a/apps/files_sharing/tests/controller/sharecontroller.php
+++ b/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();