summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-11-05 20:17:00 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-11-07 10:19:20 +0100
commitc572c669e54b5e5cabada8aa87fd15cc332da043 (patch)
tree44117369b71f507ab2a2ccaadd32d34fe0fce9cd /apps/files_sharing/tests
parente0ab2902d60b327f8e2baee4a23b73b34563fc45 (diff)
downloadnextcloud-server-c572c669e54b5e5cabada8aa87fd15cc332da043.tar.gz
nextcloud-server-c572c669e54b5e5cabada8aa87fd15cc332da043.zip
Adapts the code to the new master state
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files_sharing/tests')
-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 8d7064c031b..a8d89ba629b 100644
--- a/apps/files_sharing/tests/Controller/ShareControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php
@@ -507,7 +507,8 @@ class ShareControllerTest extends \Test\TestCase {
'shareUrl' => '',
'previewImage' => '',
'previewURL' => '',
- 'note' => ''
+ 'note' => '',
+ 'hideDownload' => false
);
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();