Skip to content

Commit

Permalink
test: DefaultControllerEnricherCreateTest.setUp The declared Exceptio…
Browse files Browse the repository at this point in the history
…n exception is never thrown issue #2592 (#2611)
  • Loading branch information
ravindercodes authored Feb 2, 2024
1 parent 70b6723 commit 44bbcdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class DefaultControllerEnricherCreateTest {
private KubernetesListBuilder klb;

@BeforeEach
void setUp() throws Exception {
void setUp() {
properties = new Properties();
buildContext = JKubeEnricherContext.builder()
.log(new KitLogger.SilentLogger())
Expand Down

0 comments on commit 44bbcdb

Please sign in to comment.