Skip to content

Commit 830c137

Browse files
committed
Remove match
1 parent f7fc13b commit 830c137

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

packages/aws-cdk-lib/aws-route53/test/record-set.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { testDeprecated } from '@aws-cdk/cdk-build-tools';
2-
import { Annotations, Template, Match } from '../../assertions';
2+
import { Annotations, Template } from '../../assertions';
33
import * as cloudfront from '../../aws-cloudfront';
44
import * as origins from '../../aws-cloudfront-origins';
55
import * as iam from '../../aws-iam';

packages/aws-cdk-lib/scripts/scope-map.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -554,13 +554,6 @@
554554
}
555555
]
556556
},
557-
"aws-devopsagent": {
558-
"scopes": [
559-
{
560-
"namespace": "AWS::DevOpsAgent"
561-
}
562-
]
563-
},
564557
"aws-devopsguru": {
565558
"scopes": [
566559
{

0 commit comments

Comments
 (0)