aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/Controller/ViewControllerTest.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-11-30 14:04:05 +0100
committerGitHub <noreply@github.com>2021-11-30 14:04:05 +0100
commitc624c7eb5d437adea4a046fe4f66b0a700e59e3e (patch)
tree42a1a7d91e3e98c7b5b40f5ed93f2d619ee2f78d /apps/files/tests/Controller/ViewControllerTest.php
parentd16d4d3459c87fe56569ca820a76bf4f44c9683b (diff)
parenta3251415458e55d13695624bdebde4806dfc93de (diff)
downloadnextcloud-server-c624c7eb5d437adea4a046fe4f66b0a700e59e3e.tar.gz
nextcloud-server-c624c7eb5d437adea4a046fe4f66b0a700e59e3e.zip
Merge pull request #29966 from nextcloud/feat/remove-isIE
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index d7b298d9e84..044028a300f 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -407,8 +407,7 @@ class ViewControllerTest extends TestCase {
],
],
'hiddenFields' => [],
- 'showgridview' => false,
- 'isIE' => false,
+ 'showgridview' => false
]
);
$policy = new Http\ContentSecurityPolicy();