hurl/integration/tests/error_template_variable_not_renderable.hurl
2020-08-27 16:44:57 +02:00

11 lines
173 B
Plaintext

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