diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-25 21:44:42 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-25 21:44:42 +0200 |
commit | 05c37526a75bfa431fc1158404eaad792e17e12d (patch) | |
tree | 4897416a9572da125a446a95a9245b6121ab57d5 /apps/files_sharing | |
parent | c3491e3f149ebc66ae986922566fdcdeef03be5b (diff) | |
download | nextcloud-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.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 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(); |