-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
webClient.get.expectBody(Toto.class) doesn't throw on missing fields, it just uses the default value of the bean, so for example for boolean values it defaults to false, which is our case was also the expected value.
This bug allowed a bug to slip in: the "private: false" field was missing entirely but the test still worked
Metadata
Metadata
Assignees
Labels
No labels