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.
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.