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:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-10-11 10:32:02 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-10-12 10:43:33 +0300
commitcc29737d96d41a7ce5e54f67bebe39ae507bb99e (patch)
treecf0fa67d3913482cbb00c8b1a98d3bcd9a5047ce /internal/domain
parentd33590ec85ed14ba7aaa824890ef562ff9967d7d (diff)
Add acceptance tests for URLs with capital letters
Diffstat (limited to 'internal/domain')
-rw-r--r--internal/domain/map_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/domain/map_test.go b/internal/domain/map_test.go
index 31ebc016..a2b2b575 100644
--- a/internal/domain/map_test.go
+++ b/internal/domain/map_test.go
@@ -53,6 +53,7 @@ func TestReadProjects(t *testing.T) {
"no.cert.com",
"private.domain.com",
"group.auth.test.io",
+ "capitalgroup.test.io",
}
for _, expected := range domains {