You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2020. It is now read-only.
if in the schema in the unit tests are present refs like: $ref": "http://justice.gov.uk/json/schemas/core/data-types.json#/definitions/uuid
it will try to go to pick up them online and we get an:
java.io.UncheckedIOException: java.net.UnknownHostException: justice.gov.uk
if in the schema in the unit tests are present refs like:
$ref": "http://justice.gov.uk/json/schemas/core/data-types.json#/definitions/uuidit will try to go to pick up them online and we get an:
java.io.UncheckedIOException: java.net.UnknownHostException: justice.gov.uk
[ERROR] EmployerHandlerTest.shouldDeleteEmployer:171 » UncheckedIO java.net.UnknownHos...
[ERROR] EmployerHandlerTest.shouldUpdateEmployer:117 » UncheckedIO java.net.UnknownHos...
the same test passes if there are not external references on the schema.
JsonEnvelopeMatcher.thatMatchesSchema()