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 'acceptance_test.go')
-rw-r--r--acceptance_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/acceptance_test.go b/acceptance_test.go
index 4100fde1..cf3c7d09 100644
--- a/acceptance_test.go
+++ b/acceptance_test.go
@@ -128,6 +128,11 @@ func TestKnownHostReturns200(t *testing.T) {
host: "CapitalGroup.gitlab-example.com",
path: "CapitalProject/",
},
+ {
+ name: "subgroup",
+ host: "group.gitlab-example.com",
+ path: "subgroup/project/",
+ },
}
for _, test := range tests {