diff options
Diffstat (limited to 'src/test/resources/payloads/templates/custom-query.json')
-rw-r--r-- | src/test/resources/payloads/templates/custom-query.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/resources/payloads/templates/custom-query.json b/src/test/resources/payloads/templates/custom-query.json new file mode 100644 index 0000000..6875a99 --- /dev/null +++ b/src/test/resources/payloads/templates/custom-query.json @@ -0,0 +1,4 @@ +{ + "start": [ "${start}" ], + "query": "query/${query}" +}
\ No newline at end of file |