hurl/integration/tests/error_assert_template_variable_not_found.err

8 lines
242 B
Plaintext
Raw Normal View History

error: Undefined Variable
2020-08-27 10:07:46 +03:00
--> tests/error_assert_template_variable_not_found.hurl:4:33
|
4 | header "content-type" equals "{{content_type}}"
| ^^^^^^^^^^^^ You must set the variable content_type
|