2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_variable.hurl:8:0
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
|
8 | variable "toto" equals "tata"
|
|
|
|
| actual: none
|
|
|
|
| expected: string <tata>
|
|
|
|
|
|
|
|
|
|
2022-08-08 19:33:49 +03:00
|
|
|
error: Undefined variable
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_variable.hurl:9:28
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
|
9 | variable "status" equals {{unknown}}
|
2022-08-08 19:33:49 +03:00
|
|
|
| ^^^^^^^ you must set the variable unknown
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
|
|
2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_variable.hurl:10:0
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
|
10 | variable "status" equals {{type}}
|
|
|
|
| actual: int <200>
|
|
|
|
| expected: string <text/html; charset=utf-8>
|
|
|
|
|
|
|
|
|
|
2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_variable.hurl:11:0
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
|
11 | variable "status" equals {{length}}
|
|
|
|
| actual: int <200>
|
|
|
|
| expected: string <0>
|
|
|
|
|
|
|
|
|
|