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 <[email protected]>
  • Loading branch information
icewind1991 committed Sep 18, 2024
1 parent 23f845d commit f325c71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ public function testShowShare(): void {
'sharePermissions' => (Constants::PERMISSION_READ | Constants::PERMISSION_UPDATE),
'filename' => $filename,
'view' => $view,
'fileId' => 111,
];

$response = $this->shareController->showShare();
Expand Down

0 comments on commit f325c71

Please sign in to comment.