Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Jun 19, 2024
1 parent 4773b78 commit 842c175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void testLocalFileSecurity() throws Exception {
});

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

Expand Down

0 comments on commit 842c175

Please sign in to comment.