Skip to content

Commit

Permalink
SQUASH ME
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
  • Loading branch information
wanger26 committed Feb 18, 2024
1 parent 0b35bb1 commit 0a2b463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void ofWhenImageNameIsVeryLongAndHasIllegalCharacter() {
.until(() -> {
try {
ImageReference.of("docker.io/library/this-image-has-a-long-name-with-an-invalid-tag-which-is-at-danger-of-catastrophic-backtracking:1.0.0+1234");
fail("Image Reference contains an illegal character and should thrown an IllegalArgumentException");
fail("Image Reference contains an illegal character and should have thrown an IllegalArgumentException");
}
catch (IllegalArgumentException ignored) {
}
Expand Down

0 comments on commit 0a2b463

Please sign in to comment.