RESTDocsEXT / restdocsext-jersey

Spring REST Docs extension to document APIs using Jersey client.
13 stars 3 forks source link

Update Spring REST Docs version to 1.1.1.RELEASE #2

Closed psamsotha closed 8 years ago

psamsotha commented 8 years ago

Tests current;y failing when trying to update. It seems some changes have been made to spring-restdocs-core that causes the form parameters to get added to the query string.

Tested with 1.1.1, 1.1.2 and 1.2.0-SNAPSHOT and still same result. Also tested with restassured and mockmvc, and didn't get this result. So it's something with this implementation.