summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-07 10:25:36 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-11-07 10:25:36 +0100
commit463dfb50d98b4bc39fc6d2e624c34dcb05c04bb1 (patch)
tree90991e3f0df23d2779ac3777bff26c1ffe2306d2 /apps
parent9669d451e3473f38a01d012b2c15f45e6438c069 (diff)
downloadnextcloud-server-463dfb50d98b4bc39fc6d2e624c34dcb05c04bb1.tar.gz
nextcloud-server-463dfb50d98b4bc39fc6d2e624c34dcb05c04bb1.zip
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/Controller/ShareControllerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareControllerTest.php b/apps/files_sharing/tests/Controller/ShareControllerTest.php
index a8d89ba629b..3a9856e1bd2 100644
--- a/apps/files_sharing/tests/Controller/ShareControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php
@@ -508,7 +508,8 @@ class ShareControllerTest extends \Test\TestCase {
'previewImage' => '',
'previewURL' => '',
'note' => '',
- 'hideDownload' => false
+ 'hideDownload' => false,
+ 'showgridview' => true
);
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();