2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_query_cookie.hurl:7:0
|
2020-09-22 09:34:20 +03:00
|
|
|
|
|
2020-10-19 18:55:03 +03:00
|
|
|
7 | cookie "cookie1[Secure]" equals false # This is not valid, Secure attribute exists or not but does have a value
|
2020-09-22 09:34:20 +03:00
|
|
|
| actual: none
|
|
|
|
| expected: bool <false>
|
|
|
|
|
|
|
|
|
|
2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_query_cookie.hurl:11:0
|
2020-09-22 09:34:20 +03:00
|
|
|
|
|
2020-10-19 18:55:03 +03:00
|
|
|
11 | cookie "cookie2[Secure]" equals true # This is not valid, Secure attribute exists or not but does have a value
|
2020-09-22 09:34:20 +03:00
|
|
|
| actual: unit
|
|
|
|
| expected: bool <true>
|
2020-10-19 18:55:03 +03:00
|
|
|
| >>> types between actual and expected are not consistent
|
|
|
|
|
|
|
|
|
|
2022-08-08 19:33:49 +03:00
|
|
|
error: Assert failure
|
2022-02-14 11:13:33 +03:00
|
|
|
--> tests_failed/assert_query_cookie.hurl:12:0
|
2020-10-19 18:55:03 +03:00
|
|
|
|
|
|
|
|
12 | cookie "cookie2[Secure]" not equals true # This is not valid, Secure attribute exists or not but does have a value
|
|
|
|
| actual: unit
|
|
|
|
| expected: not bool <true>
|
|
|
|
| >>> types between actual and expected are not consistent
|
2020-09-22 09:34:20 +03:00
|
|
|
|
|
|
|
|
|