mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-26 12:32:06 +03:00
32 lines
772 B
Plaintext
32 lines
772 B
Plaintext
[1;31merror[0m: Assert Failure
|
||
--> tests/error_assert_variable.hurl:8:0
|
||
|
|
||
8 | variable "toto" equals "tata"
|
||
| actual: none
|
||
| expected: string <tata>
|
||
|
|
||
|
||
[1;31merror[0m: Undefined Variable
|
||
--> tests/error_assert_variable.hurl:9:28
|
||
|
|
||
9 | variable "status" equals {{unknown}}
|
||
| ^^^^^^^ You must set the variable unknown
|
||
|
|
||
|
||
[1;31merror[0m: Assert Failure
|
||
--> tests/error_assert_variable.hurl:10:0
|
||
|
|
||
10 | variable "status" equals {{type}}
|
||
| actual: int <200>
|
||
| expected: string <text/html; charset=utf-8>
|
||
|
|
||
|
||
[1;31merror[0m: Assert Failure
|
||
--> tests/error_assert_variable.hurl:11:0
|
||
|
|
||
11 | variable "status" equals {{length}}
|
||
| actual: int <200>
|
||
| expected: string <0>
|
||
|
|
||
|