Johan Haleby
Johan Haleby
Could you share the code of `MyResponseClass`?
If "value" in MyResponseClass is of type Object then I suppose this could happen. You should change it to "float" if this is what you expect.
@think01 Well then it necessarily has to be BigDecimal when you compare it. This actually has nothing to do with rest assured. `assertEquals` is from JUnit and once you've mapped...
Could you log the response and show it here? Just add `log().all()` after `then()`.
This looks like a bug indeed. Need to investigate it.
Maybe it's due to this? https://blog.jayway.com/2012/10/17/what-you-may-not-know-about-http-redirects/
It should work now right?
REST Assured supports Groovy 3.x. If you're using it with Spring Boot they default to an older version of Groovy if I'm not mistaken. This is why you need to...
Thanks for reporting
Could this be due to the groovy version used? Could you try excluding groovy from rest-assured (see faq) and update to a newer version of groovy to see if it...