With Rest API automation through rest assured 5.4.0, getting ResponseParseException in when().post() method
.when().post("/oauth/access_token");
enter code here
when Code triggered through ant build.
Same code working fine in eclipse
Below is the exception trace
enter image description here
Any possible potential solution would be appreciated.
1