Skip to content

Commit df28085

Browse files
committed
adding support for specifying resolutionScope in integ tests
1 parent 07061fb commit df28085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/test/java/org/everit/json/schema/IssueTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ private void consumeValidatorConfig() {
112112
validatorBuilder.failEarly();
113113
}
114114
});
115+
configKeyHandlers.put("resolutionScope", value -> loaderBuilder.resolutionScope((String) value));
115116
configKeyHandlers.put("regexpImplementation", value -> {
116117
if (Objects.equals("RE2J", value)) {
117118
loaderBuilder.regexpFactory(new RE2JRegexpFactory());

0 commit comments

Comments
 (0)