error: Assert failure --> tests_failed/assert_variable.hurl:8:0 | 8 | variable "toto" == "tata" | actual: none | expected: string | error: Undefined variable --> tests_failed/assert_variable.hurl:9:24 | 9 | variable "status" == {{unknown}} | ^^^^^^^ you must set the variable unknown | error: Assert failure --> tests_failed/assert_variable.hurl:10:0 | 10 | variable "status" == {{type}} | actual: int <200> | expected: string | error: Assert failure --> tests_failed/assert_variable.hurl:11:0 | 11 | variable "status" == {{length}} | actual: int <200> | expected: string <0> |