You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using hurl v1.4.0, when I run this test, it passes. I think it should error, since I haven't closed the quote after "not found:
GET http://localhost:8080/not-found
HTTP/1.1 404
[Asserts]
# NOTE: missing closing quote here doesn't cause an error
jsonpath "$.error.message" == "not found
The text was updated successfully, but these errors were encountered:
Yes exactly, it it not syntactically correct and should have been in error!
Shameful bug, thanks for spotting it @humphd (the bug is still present on master)
Using hurl v1.4.0, when I run this test, it passes. I think it should error, since I haven't closed the quote after
"not found
:The text was updated successfully, but these errors were encountered: