Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed May 10, 2024
1 parent 474442d commit c5477b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs-patterns/test/ec2/l3s.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('ApplicationLoadBalancedEc2Service', () => {
command: ['/bin/bash'],
},
desiredCount: 2,
ipAddressType: IpAddressType.IPV4,
ipAddressType: IpAddressType.DUAL_STACK,
});

// THEN - stack contains a load balancer and a service
Expand Down

0 comments on commit c5477b8

Please sign in to comment.