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:
authorJaime Martinez <jmartinez@gitlab.com>2020-08-04 09:11:41 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-08-04 11:23:51 +0300
commitc6e3c949c55cacf4a9762d029dde515f80e8aa89 (patch)
tree884238cd2441c9a4df51d578dc95793b11acbf94 /app_test.go
parent6678be1e1c01eeb43a32bdcca4912291909b41ce (diff)
Make initialization of gitlab client more explicit
Add more test cases for domains. Support sourceAuto and use IsReady for gitlab source.
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",
},
}