From b40279e3769c1985e2fd76b581204a1de085d81b Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 24 Jan 2024 17:58:16 +0100 Subject: fix(files): combine navigation and files list into single Vue app Signed-off-by: Grigorii K. Shartsev --- apps/files/tests/Controller/ViewControllerTest.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/files/tests') 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\''); -- cgit v1.2.3