Skip to content

Commit 9077164

Browse files
chore: 10.3.0
1 parent c46d6eb commit 9077164

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.kotlin/
2+
13
####################
24
# IntelliJ
35
####################

src/testFixtures/kotlin/io/cloudshiftdev/awscdklib/testing/CdkTestContext.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fun CdkTestContext.shouldEqualJsonResource(
1010
) {
1111
json.shouldEqualJsonResource(resource) {
1212
ignore("\$.Resources.*.Properties.Code.S3Key")
13+
ignore("\$.Mappings")
1314
apply(block)
1415
}
1516
}

0 commit comments

Comments
 (0)