mirror of
https://github.com/nextcloud/server.git
synced 2026-06-26 00:55:54 -04:00
test: fix ShareControllerTest.php
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
5b7c43f9d5
commit
d3f2e39529
1 changed files with 2 additions and 1 deletions
|
|
@ -375,7 +375,8 @@ class ShareControllerTest extends \Test\TestCase {
|
|||
'previewURL' => 'downloadURL',
|
||||
'note' => $note,
|
||||
'hideDownload' => false,
|
||||
'showgridview' => false
|
||||
'showgridview' => false,
|
||||
'filename' => $filename,
|
||||
];
|
||||
|
||||
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue