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 Apr 5, 2024
1 parent 9c1d7e8 commit af45929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class EksClusterAlbControllerStack extends Stack {

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 af45929

Please # to comment.