hurl/integration/tests_failed/query_match_none.err
2022-11-11 14:25:00 +01:00

9 lines
178 B
Plaintext

error: Assert failure
--> tests_failed/query_match_none.hurl:4:0
|
4 | header "Location" matches /^foo$/
| actual: none
| expected: matches regex <^foo$>
|