aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-02-29 12:21:36 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-02-29 12:21:36 +0100
commitca246dc35c76390e26108d3c14e640f3f2d682bf (patch)
treec5f118518c3b438990c6572b12494065f104d30f /apps/settings/tests
parent747c39195350023d78f2ae9a651fe57e6096f12f (diff)
downloadnextcloud-server-ca246dc35c76390e26108d3c14e640f3f2d682bf.tar.gz
nextcloud-server-ca246dc35c76390e26108d3c14e640f3f2d682bf.zip
feat(settings): Migrate SSL access and URL generation check to SetupCheck 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.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index 924a76fa4f5..0f3771b27f7 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -163,8 +163,6 @@ class CheckSetupControllerTest extends TestCase {
$expected = new DataResponse(
[
- 'reverseProxyDocs' => 'reverse-proxy-doc-link',
- 'reverseProxyGeneratedURL' => 'https://server/index.php',
'generic' => [],
]
);