Skip to content

Commit

Permalink
Fix strimzi drain cleaner status test (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Dec 11, 2023
1 parent bbbb03f commit f1cba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/tealc/worker02/smoke/InfraSmokeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static Stream<Arguments> componentDeployments() {
Arguments.of(ENamespaces.KAFKA.name, "kafka-exporter", 1),
Arguments.of(ENamespaces.KAFKA.name, "cruise-control", 1),
Arguments.of(ENamespaces.KAFKA.name, "entity-operator", 1),
Arguments.of(ENamespaces.KAFKA.name, "drain-cleaner", 1)
Arguments.of(ENamespaces.DRAIN_CLEANER.name, "drain-cleaner", 1)
);
}
}

0 comments on commit f1cba23

Please sign in to comment.