Skip to content

Commit

Permalink
test: remove redundant Exception declaration in DefaultMetadataEnrich…
Browse files Browse the repository at this point in the history
…erTest.setUp (#2594) (#2691)
  • Loading branch information
sathyaPoojaK authored Feb 19, 2024
1 parent 84987a8 commit a060632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DefaultMetadataEnricherTest {
private KubernetesListBuilder klb;

@BeforeEach
void setUp() throws Exception {
void setUp() {
JKubeEnricherContext buildContext = mock(JKubeEnricherContext.class, RETURNS_DEEP_STUBS);
Configuration configuration = Configuration.builder()
.resource(ResourceConfig.builder()
Expand Down

0 comments on commit a060632

Please sign in to comment.