Passing parameter as param() will fail validation even if valid

Issue #19 resolved
Julien Michel Hoarau created an issue

Rest assured allows you to pass query parameters using param() instead of queryParam() and figure out which one to use (https://github.com/rest-assured/rest-assured/wiki/Usage#parameters). This won't pass the validation though

Comments (2)

  1. Log in to comment