mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
test: fix ShareControllerTest.php
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue