Skip to content

Commit

Permalink
vpc-flow-logs.test.ts を更新
Browse files Browse the repository at this point in the history
Co-authored-by: paulhcsun <47882901+paulhcsun@users.noreply.github.com>
  • Loading branch information
badmintoncryer and paulhcsun authored Jan 20, 2024
1 parent 706b527 commit 9f9b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/test/vpc-flow-logs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ describe('vpc flow logs', () => {
}).toThrow(/maxAggregationInterval must be set to ONE_MINUTE for Transit Gateway and Transit Gateway Attachment/);
});

test('throw if transit gateway attachment with value other than maxAggregationInterval.ONE_MINUTES', () => {
test('throw if transit gateway attachment with maxAggregationInterval value other than maxAggregationInterval.ONE_MINUTES', () => {
const stack = getTestStack();

expect(() => {
Expand Down

0 comments on commit 9f9b1a2

Please sign in to comment.