2021-02-13 22:57:27 +03:00
|
|
|
error: Assert Failure
|
2020-08-27 10:07:46 +03:00
|
|
|
--> tests/error_assert_variable.hurl:8:0
|
|
|
|
|
|
|
|
|
8 | variable "toto" equals "tata"
|
|
|
|
| actual: none
|
|
|
|
| expected: string <tata>
|
|
|
|
|
|
|
|
|
|
2021-02-13 22:57:27 +03:00
|
|
|
error: Undefined Variable
|
2020-08-27 10:07:46 +03:00
|
|
|
--> tests/error_assert_variable.hurl:9:28
|
|
|
|
|
|
|
|
|
9 | variable "status" equals {{unknown}}
|
|
|
|
| ^^^^^^^ You must set the variable unknown
|
|
|
|
|
|
|
|
|
|
2021-02-13 22:57:27 +03:00
|
|
|
error: Assert Failure
|
2020-08-27 10:07:46 +03:00
|
|
|
--> tests/error_assert_variable.hurl:10:0
|
|
|
|
|
|
|
|
|
10 | variable "status" equals {{type}}
|
|
|
|
| actual: int <200>
|
|
|
|
| expected: string <text/html; charset=utf-8>
|
|
|
|
|
|
|
|
|
|
2021-02-13 22:57:27 +03:00
|
|
|
error: Assert Failure
|
2020-08-27 10:07:46 +03:00
|
|
|
--> tests/error_assert_variable.hurl:11:0
|
|
|
|
|
|
|
|
|
11 | variable "status" equals {{length}}
|
|
|
|
| actual: int <200>
|
|
|
|
| expected: string <0>
|
|
|
|
|
|
|
|
|
|