From 4c512876cb5e966b6f6f95449dc808f89ef7ed5d Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 27 Aug 2024 21:05:14 -0700 Subject: [PATCH] fix test --- .../checks/resources/CloudfrontOriginNotHTTPSOnly/expected.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cloudformation/graph/checks/resources/CloudfrontOriginNotHTTPSOnly/expected.yaml b/tests/cloudformation/graph/checks/resources/CloudfrontOriginNotHTTPSOnly/expected.yaml index 9e1e0e868c1..67e1a503f75 100644 --- a/tests/cloudformation/graph/checks/resources/CloudfrontOriginNotHTTPSOnly/expected.yaml +++ b/tests/cloudformation/graph/checks/resources/CloudfrontOriginNotHTTPSOnly/expected.yaml @@ -7,7 +7,7 @@ fail: - "AWS::CloudFront::Distribution.ExampleFailDistribution" - "AWS::CloudFront::Distribution.ExampleFailOneGoodOneBadDistribution" - "AWS::CloudFront::Distribution.ExampleFailOneMissingOneBadDistribution" -expected: +evaluated_keys: - "DistributionConfig/Enabled" - "DistributionConfig/Origins[?(@/CustomOriginConfig/OriginProtocolPolicy != 'https-only')]/DomainName" - "DistributionConfig/Origins/*/CustomOriginConfig" \ No newline at end of file