diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-11-05 20:17:00 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-07 10:19:20 +0100 |
commit | c572c669e54b5e5cabada8aa87fd15cc332da043 (patch) | |
tree | 44117369b71f507ab2a2ccaadd32d34fe0fce9cd /apps/files_sharing/tests | |
parent | e0ab2902d60b327f8e2baee4a23b73b34563fc45 (diff) | |
download | nextcloud-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.php | 3 |
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(); |