From ffe0a939680cdef885642f99c3f0c4b61f8f65c6 Mon Sep 17 00:00:00 2001 From: Martin Rode Date: Wed, 8 May 2024 13:48:49 +0200 Subject: [PATCH] test: break "datastore" test to show broken backticks --- test/datastore/requests.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/datastore/requests.json b/test/datastore/requests.json index a9ca334..de583cd 100644 --- a/test/datastore/requests.json +++ b/test/datastore/requests.json @@ -1,9 +1,9 @@ [ { - "name": "add data thru request - 1", + "name": "add data thru {{ printf `data1.json` }} request - 1", "request": { "server_url": "http://localhost:9999", - "endpoint": "data1.json", + "endpoint": "{{ printf `data1.json` }}", "method": "GET" }, "response": { @@ -11,19 +11,19 @@ } }, { - "name": "add data thru request - 2", + "name": "add data thru {{ printf `data2.json` }} request - 2", "request": { "server_url": "http://localhost:9999", - "endpoint": "data2.json", + "endpoint": "{{ printf `data2.json` }}", "method": "GET" } }, { - "name": "add data thru request - 3", + "name": "add data thru {{ printf `data1.json` }} request - 3", "request": { "server_url": "http://localhost:9999", - "endpoint": "data1.json", + "endpoint": "{{ printf `data1.json` }}", "method": "GET" } } -] +] \ No newline at end of file