Skip to content

Commit

Permalink
Fix unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Sep 5, 2023
1 parent b9f6293 commit a8f36a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/test/ContainersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void defaultContainerNames(Product product) throws Exception {

@ParameterizedTest
@EnumSource(value = Product.class, names = {"bamboo_agent"}, mode = EnumSource.Mode.EXCLUDE)
void containerNamesAsHelmChartName(Product product) throws Exception {
void containerNamesAsHelmReleaseName(Product product) throws Exception {
final var resources = helm.captureKubeResourcesFromHelmChart(product, Map.of(
product.name() + ".useHelmReleaseNameAsContainerName", "true"
));
Expand Down

0 comments on commit a8f36a0

Please sign in to comment.