Skip to content

Commit 3c9b6f7

Browse files
committed
Updated integ tests
1 parent 59dabb5 commit 3c9b6f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/test/__snapshots__/cloudfront-mediastore.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ Object {
285285
Object {
286286
"Ref": "AWS::StackName",
287287
},
288-
"/*\\",\\"Condition\\":{\\"Bool\\":{\\"aws:UserAgent\\":\\"",
288+
"/*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:UserAgent\\":\\"",
289289
Object {
290290
"Ref": "testcloudfrontmediastoreCloudFrontOriginAccessIdentity966405A0",
291291
},
292-
"\\",\\"aws:SecureTransport\\":\\"true\\"}}}]}",
292+
"\\"},\\"Bool\\":{\\"aws:SecureTransport\\":\\"true\\"}}}]}",
293293
],
294294
],
295295
},

source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/test/integ.withoutHttpSecurityHeaders.expected.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
{
7272
"Ref": "AWS::StackName"
7373
},
74-
"/*\",\"Condition\":{\"Bool\":{\"aws:UserAgent\":\"",
74+
"/*\",\"Condition\":{\"StringEquals\":{\"aws:UserAgent\":\"",
7575
{
7676
"Ref": "testcloudfrontmediastoreCloudFrontOriginAccessIdentity966405A0"
7777
},
78-
"\",\"aws:SecureTransport\":\"true\"}}}]}"
78+
"\"},\"Bool\":{\"aws:SecureTransport\":\"true\"}}}]}"
7979
]
8080
]
8181
}

0 commit comments

Comments
 (0)