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:
authorEric Eastwood <contact@ericeastwood.com>2020-08-28 00:26:23 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-09-15 11:35:23 +0300
commit7914c901b00cd3568ef4435ff79aa1bbea8aa4b6 (patch)
tree995d157f186878c2ed804e40269b78f149e81b93 /internal/source/disk/map_test.go
parent0abe5dd1422e2fb86cda77ca9151df157cbcfd8b (diff)
Add support for redirects24-add-redirects
Fix https://gitlab.com/gitlab-org/gitlab-pages/-/issues/24
Diffstat (limited to 'internal/source/disk/map_test.go')
-rw-r--r--internal/source/disk/map_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/source/disk/map_test.go b/internal/source/disk/map_test.go
index 4b9d6a23..2a5fd828 100644
--- a/internal/source/disk/map_test.go
+++ b/internal/source/disk/map_test.go
@@ -52,6 +52,8 @@ func TestReadProjects(t *testing.T) {
"withacmechallenge.domain.com",
"capitalgroup.test.io",
"group.404.gitlab-example.com",
+ "group.redirects.test.io",
+ "redirects.custom-domain.com",
}
for _, expected := range domains {