From 25449de27b08504616e5d9e719c9f40c3aead310 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 18 Sep 2024 15:45:20 +0200 Subject: [PATCH] test: fix ShareControllerTest.php Signed-off-by: Robin Appelman --- apps/files_sharing/tests/Controller/ShareControllerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_sharing/tests/Controller/ShareControllerTest.php b/apps/files_sharing/tests/Controller/ShareControllerTest.php index 79b90d8a15682..d2e6471eafa42 100644 --- a/apps/files_sharing/tests/Controller/ShareControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php @@ -353,7 +353,8 @@ public function testShowShare() { 'note' => $note, 'hideDownload' => false, 'showgridview' => false, - 'label' => '' + 'label' => '', + 'filename' => $filename, ]; $csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();