diff options
author | Robin Appelman <robin@icewind.nl> | 2024-09-18 15:45:20 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2024-09-18 16:10:14 +0200 |
commit | 1ad58d68f310ca660b3e347fb4b531548d439bba (patch) | |
tree | aba83723042e6582802a8586197df819aaa62a20 | |
parent | d8ed84653b3d85ded43b2609ce85f67dbdc03f39 (diff) | |
download | nextcloud-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.php | 1 |
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(); |