Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2020-08-04 11:54:44 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2020-08-04 11:54:44 +0300
commite1ec61bf5ddc36c69512f0b619bce2392d9db2d2 (patch)
treeec67166ed68765b487f6bf17f9d463160eb22eb4 /app_test.go
parenta3365a7b1b41b3dee206cbcf27e915ee45d556a5 (diff)
Revert "Merge branch 'use-domain-config-source-disk' into 'master'"revert-a3365a7b
This reverts merge request !305
Diffstat (limited to 'app_test.go')
-rw-r--r--app_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/app_test.go b/app_test.go
index f35e90c5..3c485804 100644
--- a/app_test.go
+++ b/app_test.go
@@ -85,8 +85,7 @@ func TestHealthCheckMiddleware(t *testing.T) {
app := theApp{
appConfig: appConfig{
- StatusPath: "/-/healthcheck",
- DomainConfigurationSource: "auto",
+ StatusPath: "/-/healthcheck",
},
}