Rest Assured: JSON path body doesn't match doubles
.body("versie", equalTo(11.0f));
This did work for me.
The answer is based on a comment from @StanislavL.
.body("versie", equalTo(11.0f));
This did work for me.
The answer is based on a comment from @StanislavL.