Skip to content

Commit 842c175

Browse files
committed
fix test
1 parent 4773b78 commit 842c175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/rio/jsonld/src/test/java/org/eclipse/rdf4j/rio/jsonld/JSONLDParserCustomTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public void testLocalFileSecurity() throws Exception {
257257
});
258258

259259
Assertions.assertEquals("Could not load document from " + contextUri
260-
+ " because it is not whitelisted. See: JSONLDSettings.WHITELIST and JSONLDSettings.SECURE_MODE",
260+
+ " because it is not whitelisted. See: JSONLDSettings.WHITELIST and JSONLDSettings.SECURE_MODE which can also be set as system properties.",
261261
rdfParseException.getMessage());
262262
}
263263

0 commit comments

Comments
 (0)