hurl/integration/tests_failed/assert_variable.err

32 lines
712 B
Plaintext
Raw Normal View History

2022-08-08 19:33:49 +03:00
error: Assert failure
--> tests_failed/assert_variable.hurl:8:0
2020-08-27 10:07:46 +03:00
|
2023-06-18 15:35:03 +03:00
8 | variable "toto" == "tata"
2020-08-27 10:07:46 +03:00
| actual: none
| expected: string <tata>
|
2022-08-08 19:33:49 +03:00
error: Undefined variable
2023-06-18 15:35:03 +03:00
--> tests_failed/assert_variable.hurl:9:24
2020-08-27 10:07:46 +03:00
|
2023-06-18 15:35:03 +03:00
9 | variable "status" == {{unknown}}
| ^^^^^^^ 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
--> tests_failed/assert_variable.hurl:10:0
2020-08-27 10:07:46 +03:00
|
2023-06-18 15:35:03 +03:00
10 | variable "status" == {{type}}
2020-08-27 10:07:46 +03:00
| actual: int <200>
| expected: string <text/html; charset=utf-8>
|
2022-08-08 19:33:49 +03:00
error: Assert failure
--> tests_failed/assert_variable.hurl:11:0
2020-08-27 10:07:46 +03:00
|
2023-06-18 15:35:03 +03:00
11 | variable "status" == {{length}}
2020-08-27 10:07:46 +03:00
| actual: int <200>
| expected: string <0>
|