Skip to content

Commit

Permalink
fix test stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrspringer committed Jan 22, 2025
1 parent 4bb31e2 commit fa8c3f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const app = new App({
},
});
const stack = new EksClusterAlbControllerStack(app, 'aws-cdk-eks-cluster-alb-controller');
const stackWithAlbControllerValues = new EksClusterAlbControllerStack(app, 'aws-cdk-eks-cluster-alb-controller', { albControllerValues: { enableWafv2: false } });
const stackWithAlbControllerValues = new EksClusterAlbControllerStack(app, 'aws-cdk-eks-cluster-alb-controller-values', { albControllerValues: { enableWafv2: false } });
new integ.IntegTest(app, 'aws-cdk-cluster-alb-controller-integ', {
testCases: [stack, stackWithAlbControllerValues],
// Test includes assets that are updated weekly. If not disabled, the upgrade PR will fail.
Expand Down

0 comments on commit fa8c3f4

Please # to comment.