hurl/integration/tests_failed/query_match_none.err
2022-08-08 18:42:57 +02: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$>
|