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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-28 13:43:52 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-28 13:43:52 +0300
commit18e0901b298d922ebda8295b675ac1df0f4bf77f (patch)
treee32692ef0be2221d4f779d8606f30a6dea025309 /internal/source/domains.go
parent4ac210acda6408e21a0772c9bb4819f5fb2f4bb6 (diff)
Rename new source test fixture to avoid using existing domain
Diffstat (limited to 'internal/source/domains.go')
-rw-r--r--internal/source/domains.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/domains.go b/internal/source/domains.go
index a69387e0..1b847cc9 100644
--- a/internal/source/domains.go
+++ b/internal/source/domains.go
@@ -11,8 +11,8 @@ import (
var newSourceDomains = []string{
"pages-project-poc.gitlab.io",
"pages-namespace-poc.gitlab.io",
+ "new-source-test.gitlab.io", // used also in acceptance tests
"pages-custom-poc.grzegorz.co",
- "new-source.test.io", // used in acceptance tests
}
var brokenSourceDomain = "pages-broken-poc.gitlab.io"