Skip to content

Commit a34af03

Browse files
committed
fixes one missing link to the github.com
1 parent 81df6ed commit a34af03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/networknt/schema/UriMappingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void testValidatorConfigUriMappingUri() throws IOException {
9999
SchemaValidatorsConfig config = new SchemaValidatorsConfig();
100100
config.setUriMappings(getUriMappingsFromUrl(mappings));
101101
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"),
102+
"https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/draft4/uri_mapping/uri-mapping.schema.json"),
103103
config);
104104
assertEquals(0, schema.validate(mapper.readTree(mappings)).size());
105105
}

0 commit comments

Comments
 (0)