hurl/integration/tests/error_template_variable_not_renderable.hurl

11 lines
173 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
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