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:
Diffstat (limited to 'internal/domain/map_test.go')
-rw-r--r--internal/domain/map_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/domain/map_test.go b/internal/domain/map_test.go
index 21d547ac..31ebc016 100644
--- a/internal/domain/map_test.go
+++ b/internal/domain/map_test.go
@@ -51,6 +51,8 @@ func TestReadProjects(t *testing.T) {
"test.my-domain.com",
"test2.my-domain.com",
"no.cert.com",
+ "private.domain.com",
+ "group.auth.test.io",
}
for _, expected := range domains {