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:
authorTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-09-10 18:49:17 +0300
committerTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-09-10 18:49:17 +0300
commit551ec02c4a7d0d4da3936f0e1fccf6269ac07921 (patch)
tree0c624714314609056dc68cdf03ea68a9dd283e69 /internal/domain
parent2ef34395a5106e46009a3261b1c8a8a2a224b032 (diff)
Move access controlled projects under a group without default domain project
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 88b406bf..31ebc016 100644
--- a/internal/domain/map_test.go
+++ b/internal/domain/map_test.go
@@ -52,6 +52,7 @@ func TestReadProjects(t *testing.T) {
"test2.my-domain.com",
"no.cert.com",
"private.domain.com",
+ "group.auth.test.io",
}
for _, expected := range domains {