Johan Haleby

Results 308 comments of 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()`.

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?

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