aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-11-13 17:07:25 +0100
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>2023-11-20 11:36:42 +0100
commit0107c7ea24a28779dad09117d8dc5a4a49b95dc5 (patch)
treebf287152cf5a5076288a2b7a2fb822ba882ad8da /apps/settings/tests
parent0da05fc73b720702b76d8838228f3ce648793482 (diff)
downloadnextcloud-server-0107c7ea24a28779dad09117d8dc5a4a49b95dc5.tar.gz
nextcloud-server-0107c7ea24a28779dad09117d8dc5a4a49b95dc5.zip
Migrate Forwarded For Headers check to new API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/settings/tests')
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index 0437d8a38b3..2df86a7b49c 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -415,7 +415,6 @@ class CheckSetupControllerTest extends TestCase {
],
'cronErrors' => [],
'isUsedTlsLibOutdated' => '',
- 'forwardedForHeadersWorking' => false,
'reverseProxyDocs' => 'reverse-proxy-doc-link',
'isCorrectMemcachedPHPModuleInstalled' => true,
'hasPassedCodeIntegrityCheck' => true,