hurl/integration/tests/error_assert_template_variable_not_found.err

8 lines
242 B
Plaintext

error: Undefined Variable
--> tests/error_assert_template_variable_not_found.hurl:4:33
|
4 | header "content-type" equals "{{content_type}}"
| ^^^^^^^^^^^^ You must set the variable content_type
|