From fc9f9694567273ec72e65db3673495a1b8d24050 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Mon, 16 Aug 2021 13:09:57 +0000 Subject: test: remove domain-config-source=gitlab from test and remove tests using disk source --- app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app_test.go') 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{ -- cgit v1.2.3