mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-02 06:55:08 +03:00
10 lines
284 B
Plaintext
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$>
|
|
|
|
|
|