Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Aug 29, 2024
1 parent 74015fb commit cbaba99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ void removeHostnamePatterns(String hostnamePatterns) throws Exception {
mirrorCredential = Jackson.treeToValue(entry3.contentAsJson(), MirrorCredential.class);
assertThat(mirrorCredential.hostnamePatterns()).isEmpty();
assertThat(mirrorCredential.id()).isEqualTo("credential-3");

}

private static void assertCredential(Entry<?> entry, String credential) throws JsonParseException {
Expand Down

0 comments on commit cbaba99

Please sign in to comment.