test: fix ShareControllerTest.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2024-09-18 15:45:20 +02:00 committed by Louis
parent 5b7c43f9d5
commit d3f2e39529

View file

@ -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();