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