Closed GoogleCodeExporter closed 9 years ago
Same problem with rest-assured-1.8.1
Original comment by jon.ande...@catenda.no
on 22 Jul 2013 at 2:46
That's because the default parameter types for PUT is request parameters and
not form parameters. Change "parameters(..)" to "formParameters(..)" and it'll
probably work.
Original comment by johan.ha...@gmail.com
on 6 Aug 2013 at 7:32
Original issue reported on code.google.com by
jon.ande...@catenda.no
on 22 Jul 2013 at 2:37