error: Assert failure --> tests_failed/assert_query_cookie.hurl:7:0 | 7 | cookie "cookie1[Secure]" == false # This is not valid, Secure attribute exists or not but does have a value | actual: none | expected: bool | error: Assert failure --> tests_failed/assert_query_cookie.hurl:11:0 | 11 | cookie "cookie2[Secure]" == true # This is not valid, Secure attribute exists or not but does have a value | actual: unit | expected: bool | >>> types between actual and expected are not consistent | error: Assert failure --> tests_failed/assert_query_cookie.hurl:12:0 | 12 | cookie "cookie2[Secure]" not == true # This is not valid, Secure attribute exists or not but does have a value | actual: unit | expected: not bool | >>> types between actual and expected are not consistent |