Fix unit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-11-07 10:25:36 +01:00
parent 9669d451e3
commit 463dfb50d9
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 2 additions and 1 deletions

View File

@ -508,7 +508,8 @@ class ShareControllerTest extends \Test\TestCase {
'previewImage' => '',
'previewURL' => '',
'note' => '',
'hideDownload' => false
'hideDownload' => false,
'showgridview' => true
);
$csp = new \OCP\AppFramework\Http\ContentSecurityPolicy();