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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-16 16:09:57 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-20 04:39:10 +0300
commitfc9f9694567273ec72e65db3673495a1b8d24050 (patch)
tree4f491fd975fcd3bed53fc41bb8cb1e40d37327f6 /app_test.go
parent8a8074fac85119724b68af4456264e15750643c6 (diff)
test: remove domain-config-source=gitlab from test and remove tests using disk source
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{