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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_test.go b/app_test.go
index 48a6013b..a141663e 100644
--- a/app_test.go
+++ b/app_test.go
@@ -88,7 +88,7 @@ func TestHealthCheckMiddleware(t *testing.T) {
require.NoError(t, err)
cfg.General.StatusPath = "/-/healthcheck"
- domains, err := source.NewDomains("auto", &cfg.GitLab)
+ domains, err := source.NewDomains(&cfg.GitLab)
require.NoError(t, err)
app := theApp{