Skip to content

Commit

Permalink
removed multi-account snapshots and fixed forwardAction implementatio…
Browse files Browse the repository at this point in the history
…n in multi-account example
  • Loading branch information
clopca committed Aug 19, 2024
1 parent 9054610 commit 49f9999
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3,280 deletions.
2 changes: 1 addition & 1 deletion test/core/e2e/multi-account/multi-acct-flow-acct-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ testSvc.addListener({
name: 'listener1',
protocol: ListenerProtocol.HTTPS,
port: 443,
defaultAction: RuleAction.forward(serviceTg),
defaultAction: RuleAction.forwardAction(serviceTg),
removalPolicy: cdk.RemovalPolicy.DESTROY,
});

Expand Down

This file was deleted.

359 changes: 0 additions & 359 deletions test/core/e2e/multi-acct-flow-acct-1.integ.snapshot/manifest.json

This file was deleted.

Loading

0 comments on commit 49f9999

Please sign in to comment.