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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-28 13:18:13 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-28 13:18:13 +0300
commit21cf7b066bb33c374a4044e24107fbcf36c71ff6 (patch)
treeb71f77ade52e2ae9dc16248995576eb8de246a46 /internal/source/gitlab/client/testdata
parentf6e438fc249656ad13ad3eb4cc59cecb959353a8 (diff)
Add case for a request resolution for a namespace project
Diffstat (limited to 'internal/source/gitlab/client/testdata')
-rw-r--r--internal/source/gitlab/client/testdata/test.gitlab.io.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/gitlab/client/testdata/test.gitlab.io.json b/internal/source/gitlab/client/testdata/test.gitlab.io.json
index dfe65ad0..a13c2c85 100644
--- a/internal/source/gitlab/client/testdata/test.gitlab.io.json
+++ b/internal/source/gitlab/client/testdata/test.gitlab.io.json
@@ -1 +1 @@
-{"certificate":"some--cert","key":"some--key","lookup_paths":[{"project_id":123,"access_control":false,"https_only":true,"prefix":"/my/pages/project","source":{"type":"file","path":"/some/path/to/project/"}}]} \ No newline at end of file
+{"certificate":"some--cert","key":"some--key","lookup_paths":[{"project_id":123,"access_control":false,"https_only":true,"prefix":"/my/pages/project","source":{"type":"file","path":"/some/path/to/project/"}},{"project_id":124,"access_control":false,"https_only":true,"prefix":"/my/second-project","source":{"type":"file","path":"/some/path/to/project-2/"}},{"project_id":125,"access_control":false,"https_only":true,"prefix":"/","source":{"type":"file","path":"/some/path/to/project-3/"}}]}