mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +03:00
9 lines
178 B
Plaintext
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$>
|
|
|
|
|
|