Open willia58 opened 6 years ago
Hi, @willia58 exactly I too faced the same issue, this is a big bug from Rest Assured and need to be fixed on a priority basis because changes in values(existing JSON) don't match with the actual JSON response from the Rest API output. Do you have any idea what another way you are trying to verify exact JSON schema? @johanhaleby could you please look into this issue and let us know another best approach for asserting exact schema validation
When we do this we don't seem to get a validation failure when data doesn't match the format type chosen.
e.g.
with data of:
the validation passes when we hoped it would fail. We set the test up like this: