hurl/integration/tests_failed/query_match_none.err

9 lines
178 B
Plaintext
Raw Normal View History

2022-08-08 19:33:49 +03:00
error: Assert failure
--> tests_failed/query_match_none.hurl:4:0
|
4 | header "Location" matches /^foo$/
| actual: none
| expected: matches regex <^foo$>
|