Skip to content

Commit

Permalink
test: fix ShareControllerTest.php
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Sep 19, 2024
1 parent d2d475a commit 25449de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files_sharing/tests/Controller/ShareControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ public function testShowShare() {
'note' => $note,
'hideDownload' => false,
'showgridview' => false,
'label' => ''
'label' => '',
'filename' => $filename,
];

$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();
Expand Down

0 comments on commit 25449de

Please sign in to comment.