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:
Diffstat (limited to 'app_test.go')
-rw-r--r--app_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/app_test.go b/app_test.go
index 3c485804..f35e90c5 100644
--- a/app_test.go
+++ b/app_test.go
@@ -85,7 +85,8 @@ func TestHealthCheckMiddleware(t *testing.T) {
app := theApp{
appConfig: appConfig{
- StatusPath: "/-/healthcheck",
+ StatusPath: "/-/healthcheck",
+ DomainConfigurationSource: "auto",
},
}