summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-09-25 21:44:42 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-09-25 21:44:42 +0200
commit05c37526a75bfa431fc1158404eaad792e17e12d (patch)
tree4897416a9572da125a446a95a9245b6121ab57d5 /apps/files_sharing
parentc3491e3f149ebc66ae986922566fdcdeef03be5b (diff)
downloadnextcloud-server-05c37526a75bfa431fc1158404eaad792e17e12d.tar.gz
nextcloud-server-05c37526a75bfa431fc1158404eaad792e17e12d.zip
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing')
-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 62adca53f4c..7a017b5e3b7 100644
--- a/apps/files_sharing/tests/Controller/ShareControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php
@@ -396,7 +396,8 @@ class ShareControllerTest extends \Test\TestCase {
'shareOwner' => 'ownerDisplay',
'disclaimer' => 'My disclaimer text',
'shareUrl' => null,
- 'previewImage' => null
+ 'previewImage' => null,
+ 'previewURL' => null,
);
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();