Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/6599/head
Roeland Jago Douma 9 years ago
parent c3491e3f14
commit 05c37526a7
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 3
      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();

Loading…
Cancel
Save