hurl/integration/tests_failed/template_variable_not_renderable.hurl
2022-11-11 14:25:00 +01:00

13 lines
167 B
Plaintext

GET http://localhost:8000/get-list
HTTP 200
[Captures]
list: jsonpath "$.values"
GET http://localhost:8000/undefined
[QueryStringParams]
param1: {{list}}
HTTP 200