]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix controller test
authorJoas Schilling <nickvergessen@owncloud.com>
Mon, 16 Mar 2015 11:09:03 +0000 (12:09 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Mon, 16 Mar 2015 11:45:18 +0000 (12:45 +0100)
apps/files_sharing/tests/controller/sharecontroller.php

index 81e60b03cdce71ca7189e8334f907ea9e8f3a295..189fb57653c2d9a216a1f99b88e7e16d001bc5ed 100644 (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();