diff options
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 8b6fc5a05a9..588c93f8316 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -184,11 +184,6 @@ class ViewControllerTest extends TestCase { $expected = new Http\TemplateResponse( 'files', 'index', - [ - 'fileNotFound' => 0, - 'id-app-content' => '#app-content-vue', - 'id-app-navigation' => '#app-navigation-vue', - ] ); $policy = new Http\ContentSecurityPolicy(); $policy->addAllowedWorkerSrcDomain('\'self\''); |