hurl/integration/tests_failed/template_variable_not_renderable.hurl
2023-06-14 09:16:14 +02:00

13 lines
252 B
Plaintext

# Only variables with scalar value (string, integer, ...) can be rendered in template
GET http://localhost:8000/get-list
HTTP 200
[Captures]
list: jsonpath "$.values"
GET http://localhost:8000/undefined
[QueryStringParams]
param1: {{list}}
HTTP 200