hurl/integration/tests_failed/template_variable_not_renderable.hurl

13 lines
252 B
Plaintext
Raw Normal View History

2023-06-10 14:31:30 +03:00
# Only variables with scalar value (string, integer, ...) can be rendered in template
2020-08-27 10:07:46 +03:00
GET http://localhost:8000/get-list
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
[Captures]
list: jsonpath "$.values"
GET http://localhost:8000/undefined
[QueryStringParams]
param1: {{list}}
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00