Skip to content
Advertisement

Tag: rest-assured

Rest Assured – can’t POST with Parameters and Body

I’m testing a REST api using Rest Assured. I’m running into an error when trying to POST with both a parameter in the url and body content. This works correctly when testing manually. Removing the parameter form the url is not an option Test Code: Which throws the following error when run Why does Rest Assured not allow both parameters

Advertisement