mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
8 lines
242 B
Plaintext
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
|
|
|
|
|
|