hurl/integration/tests_failed/query_match_none.err

10 lines
284 B
Plaintext

warning: tests_failed/query_match_none.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
error: Assert failure
--> tests_failed/query_match_none.hurl:4:0
|
4 | header "Location" matches /^foo$/
| actual: none
| expected: matches regex <^foo$>
|