Skip to content

Commit 050a33a

Browse files
Fixed unit test to run build
1 parent 92c94c7 commit 050a33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-ec2/test/vpc-endpoint.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('vpc endpoint', () => {
177177
// THEN
178178
Template.fromStack(stack).hasResourceProperties('AWS::EC2::VPCEndpoint', {
179179
IpAddressType: Match.absent(),
180-
DnsOptions: { DnsRecordIpType: Match.absent() },
180+
DnsOptions: Match.absent(),
181181
});
182182
});
183183

0 commit comments

Comments
 (0)