eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

Allowing 0 and null in jsonpath expectations. #120

Closed ivansoban closed 5 years ago

ivansoban commented 5 years ago

This will allow a user to validate 'falsey' values in a response using jsonpath.

jgroom33 commented 5 years ago

Thanks @ivansoban 👍 A colleague of mine ran into this issue today. Great timing