test: fix ShareControllerTest.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/48160/head
Robin Appelman 2024-09-18 15:45:20 +07:00
parent d8ed84653b
commit 1ad58d68f3
1 changed files with 1 additions and 0 deletions

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