Skip to content

Commit

Permalink
updated internal apitest for templates: including failing test case w…
Browse files Browse the repository at this point in the history
…hich needs to be fixed; see #72324
  • Loading branch information
Philipp Hempel committed May 6, 2024
1 parent 428c28d commit 370bcbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/template/test3.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// template-delims: {{ }}
{
"name": "delimiter in templates: \"",
"name": "delimiter in templates in request endpoint and body: \"",
"request": {
"server_url": "http://localhost:9999",
"endpoint": "bounce-json",
"endpoint": "{{ datastore "server_endpoint" }}",
"method": "POST",
"body": {
"num": "integer from datastore: {{ datastore "test_int" }}",
Expand Down
2 changes: 1 addition & 1 deletion test/template/test4.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// template-delims: {{ }}
{
"name": "delimiter in templates: `",
"name": "delimiter in templates in request endpoint and body: `",
"request": {
"server_url": "http://localhost:9999",
"endpoint": "{{ datastore `server_endpoint` }}",
Expand Down
2 changes: 1 addition & 1 deletion test/template/test5.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// template-delims: {{ }}
[
{
"name": "delimiter in templates: `",
"name": "delimiter in templates in request endpoint and body: `",
"request": {
"server_url": "http://localhost:9999",
"endpoint": "{{ datastore `server_endpoint` }}",
Expand Down

0 comments on commit 370bcbb

Please sign in to comment.