Skip to content

Commit

Permalink
test: break "datastore" test to show broken backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrode committed May 8, 2024
1 parent 148727c commit ffe0a93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/datastore/requests.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[
{
"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": {
"body": {"some": "data"}
}
},
{
"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"
}
}
]
]

0 comments on commit ffe0a93

Please sign in to comment.