Skip to content

Commit

Permalink
updating unit test again
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Apr 26, 2024
1 parent b2846cc commit f6586b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-route53/test/record-set.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe('record set', () => {
// WHEN
route53.ARecord.fromARecordAttributes(zone, 'Alias', {
zone,
target: 'foo1.example.com',
targetDNS: 'foo1.example.com',
recordName: '_foo',
});

Expand Down

0 comments on commit f6586b9

Please sign in to comment.