We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81df6ed commit a34af03Copy full SHA for a34af03
src/test/java/com/networknt/schema/UriMappingTest.java
@@ -99,7 +99,7 @@ public void testValidatorConfigUriMappingUri() throws IOException {
99
SchemaValidatorsConfig config = new SchemaValidatorsConfig();
100
config.setUriMappings(getUriMappingsFromUrl(mappings));
101
JsonSchema schema = instance.getSchema(this.urlFactory.create(
102
- "https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/tests/uri_mapping/uri-mapping.schema.json"),
+ "https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/draft4/uri_mapping/uri-mapping.schema.json"),
103
config);
104
assertEquals(0, schema.validate(mapper.readTree(mappings)).size());
105
}
0 commit comments