hurl/integration/tests_failed/assert_template_variable_not_found.err

8 lines
235 B
Plaintext
Raw Normal View History

2022-08-08 19:33:49 +03:00
error: Undefined variable
2023-06-18 15:35:03 +03:00
--> tests_failed/assert_template_variable_not_found.hurl:4:29
2020-08-27 10:07:46 +03:00
|
2023-06-18 15:35:03 +03:00
4 | header "content-type" == "{{content_type}}"
| ^^^^^^^^^^^^ you must set the variable content_type
2020-08-27 10:07:46 +03:00
|