Fix unit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/11569/head
Morris Jobke 6 years ago
parent 9669d451e3
commit 463dfb50d9
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

@ -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…
Cancel
Save