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
path: root/shared
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 17:30:31 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 17:30:31 +0300
commit1d40c784c28bc4fd4510f843354224655ce7ec6e (patch)
tree933c79eaefa3d7a8298d092318d0821f61f53436 /shared
parentd8535b5c20a0ee10652bb8f7c11a11ecd3a34aeb (diff)
Pretty print new JSON test data / fixtures
Diffstat (limited to 'shared')
-rw-r--r--shared/lookups/new-source-test.gitlab.io.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/shared/lookups/new-source-test.gitlab.io.json b/shared/lookups/new-source-test.gitlab.io.json
index 8ff94e78..0332b6c2 100644
--- a/shared/lookups/new-source-test.gitlab.io.json
+++ b/shared/lookups/new-source-test.gitlab.io.json
@@ -1 +1,16 @@
-{"certificate":"","key":"","lookup_paths":[{"project_id":123,"access_control":false,"https_only":false,"prefix":"/my/pages/project","source":{"type":"file","path":"/group/new-source-test.gitlab.io/public"}}]}
+{
+ "certificate": "",
+ "key": "",
+ "lookup_paths": [
+ {
+ "access_control": false,
+ "https_only": false,
+ "prefix": "/my/pages/project",
+ "project_id": 123,
+ "source": {
+ "path": "/group/new-source-test.gitlab.io/public",
+ "type": "file"
+ }
+ }
+ ]
+}