aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2024-09-18 15:45:20 +0200
committerRobin Appelman <robin@icewind.nl>2024-09-18 16:10:14 +0200
commit1ad58d68f310ca660b3e347fb4b531548d439bba (patch)
treeaba83723042e6582802a8586197df819aaa62a20
parentd8ed84653b3d85ded43b2609ce85f67dbdc03f39 (diff)
downloadnextcloud-server-object-store-move-fixes.tar.gz
nextcloud-server-object-store-move-fixes.zip
test: fix ShareControllerTest.phpobject-store-move-fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--apps/files_sharing/tests/Controller/ShareControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareControllerTest.php b/apps/files_sharing/tests/Controller/ShareControllerTest.php
index cfe9d935f7f..d9acb328f81 100644
--- a/apps/files_sharing/tests/Controller/ShareControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php
@@ -326,6 +326,7 @@ class ShareControllerTest extends \Test\TestCase {
'sharePermissions' => (Constants::PERMISSION_READ | Constants::PERMISSION_UPDATE),
'filename' => $filename,
'view' => $view,
+ 'fileId' => 111,
];
$response = $this->shareController->showShare();