aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2024-01-24 17:58:16 +0100
committerGrigorii K. Shartsev <me@shgk.me>2024-01-25 00:25:54 +0100
commitb40279e3769c1985e2fd76b581204a1de085d81b (patch)
tree59fe5978aae64d10b0ff9602f071a573d7a01469 /apps/files/tests
parentcb43fca83d238adceb1d383ece7942bdbbe8880c (diff)
downloadnextcloud-server-b40279e3769c1985e2fd76b581204a1de085d81b.tar.gz
nextcloud-server-b40279e3769c1985e2fd76b581204a1de085d81b.zip
fix(files): combine navigation and files list into single Vue app
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php5
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\'');