Skip to content

Commit 2aab72b

Browse files
author
Hayden Young
committed
fix: resolve test problems
1 parent cda10de commit 2aab72b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk-lib/aws-ecs-patterns/test/fargate/load-balanced-fargate-service-v2.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ describe('Application Load Balancer', () => {
161161
image: ecs.ContainerImage.fromRegistry('test'),
162162
},
163163
ipAddressType: IpAddressType.DUAL_STACK,
164+
loadBalancer: lb,
164165
listener,
165166
});
166167

0 commit comments

Comments
 (0)