Skip to content

Commit

Permalink
fix: removed Exception never thrown by TriggersAnnotationEnricherTest…
Browse files Browse the repository at this point in the history
….testEnrichmentNotPerformedInNonOpenShiftMode (3105)

Signed-off-by: skayikci <serhat.kayikci@gmail.com>
  • Loading branch information
skayikci authored Jun 5, 2024
1 parent 6f644f8 commit 740279f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void setUp() {
}

@Test
void testEnrichmentNotPerformedInNonOpenShiftMode() throws IOException {
void testEnrichmentNotPerformedInNonOpenShiftMode() {
KubernetesListBuilder builder = new KubernetesListBuilder()
.addToItems(new StatefulSetBuilder()
.withNewMetadata()
Expand Down

0 comments on commit 740279f

Please sign in to comment.