mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c3491e3f14
commit
05c37526a7
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue