Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9669d451e3
commit
463dfb50d9
1 changed files with 2 additions and 1 deletions
|
@ -508,7 +508,8 @@ class ShareControllerTest extends \Test\TestCase {
|
|||
'previewImage' => '',
|
||||
'previewURL' => '',
|
||||
'note' => '',
|
||||
'hideDownload' => false
|
||||
'hideDownload' => false,
|
||||
'showgridview' => true
|
||||
);
|
||||
|
||||
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();
|
||||
|
|
Loading…
Reference in a new issue