From 370bcbb304384be768d5e9305c48b91597514b62 Mon Sep 17 00:00:00 2001 From: Philipp Hempel Date: Mon, 6 May 2024 11:32:28 +0200 Subject: [PATCH] updated internal apitest for templates: including failing test case which needs to be fixed; see #72324 --- test/template/test3.json | 4 ++-- test/template/test4.json | 2 +- test/template/test5.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/template/test3.json b/test/template/test3.json index 0371e56..a4a6f0a 100644 --- a/test/template/test3.json +++ b/test/template/test3.json @@ -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" }}", diff --git a/test/template/test4.json b/test/template/test4.json index 7488d97..142784e 100644 --- a/test/template/test4.json +++ b/test/template/test4.json @@ -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` }}", diff --git a/test/template/test5.json b/test/template/test5.json index 661ef1c..5afd057 100644 --- a/test/template/test5.json +++ b/test/template/test5.json @@ -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` }}",