Skip to content

Commit

Permalink
Fix(inspect-code): Redundant throws
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Nov 22, 2024
1 parent eff6ace commit 9f47484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public TestBaseOAuthKafka() {
}

@BeforeAll
protected static void beforeAllTests() throws InterruptedException, IOException {
protected static void beforeAllTests() throws InterruptedException {
// Install Keycloak operator
LoggerUtils.logDelimiter("#");
LOGGER.info("Deploying shared keycloak operator and instance!");
Expand Down

0 comments on commit 9f47484

Please sign in to comment.