From 1d40c784c28bc4fd4510f843354224655ce7ec6e Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Fri, 29 Nov 2019 15:30:31 +0100 Subject: Pretty print new JSON test data / fixtures --- shared/lookups/new-source-test.gitlab.io.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'shared') 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" + } + } + ] +} -- cgit v1.2.3