Skip to content

Commit

Permalink
test: Only synth once
Browse files Browse the repository at this point in the history
An update in AWS CDK v2.165.0 mean we can only synth a stack once.

See:
  - https://github.com/aws/aws-cdk/releases/tag/v2.165.0
  - aws/aws-cdk#31865
  • Loading branch information
akash1810 committed Nov 12, 2024
1 parent 3d26489 commit ec1b9fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constructs/iam/policies/anghammarad.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe("GuAnghammaradSenderPolicy", () => {

// explicitly add an AnghammaradTopicParameter
GuAnghammaradTopicParameter.getInstance(stack);
Template.fromStack(stack).hasParameter("AnghammaradSnsArn", {});

// add the policy
attachPolicyToTestRole(stack, GuAnghammaradSenderPolicy.getInstance(stack));
Expand Down

0 comments on commit ec1b9fc

Please sign in to comment.