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>2021-07-19 08:43:31 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-07-19 08:43:31 +0300
commit224b20ad8bcb8bd3b8d067588524677aee9b4894 (patch)
treeafc507778cfee8dd92bc309dc4c2bea2b2be9c31 /test/acceptance/testdata
parent429eeb352afac7b28f7486bfbd1af816cdaeac61 (diff)
Add test2.my-domain.com config
Diffstat (limited to 'test/acceptance/testdata')
-rw-r--r--test/acceptance/testdata/api_responses.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/acceptance/testdata/api_responses.go b/test/acceptance/testdata/api_responses.go
index 9e6eb938..2d05b344 100644
--- a/test/acceptance/testdata/api_responses.go
+++ b/test/acceptance/testdata/api_responses.go
@@ -56,6 +56,11 @@ var DomainResponses = map[string]responseFn{
https: true,
pathOnDisk: "group.https-only/project3",
}),
+ "test2.my-domain.com": customDomain(projectConfig{
+ projectID: 1002,
+ https: false,
+ pathOnDisk: "group.https-only/project4",
+ }),
// NOTE: before adding more domains here, generate the zip archive by running (per project)
// make zip PROJECT_SUBDIR=group/serving
// make zip PROJECT_SUBDIR=group/project2