diff --git a/tests/cloudformation/checks/resource/aws/example_DeprecatedLambdaRuntime/exampleSAM.yaml b/tests/cloudformation/checks/resource/aws/example_DeprecatedLambdaRuntime/exampleSAM.yaml index f55a3e6d7c1..ae1451d75e1 100644 --- a/tests/cloudformation/checks/resource/aws/example_DeprecatedLambdaRuntime/exampleSAM.yaml +++ b/tests/cloudformation/checks/resource/aws/example_DeprecatedLambdaRuntime/exampleSAM.yaml @@ -44,4 +44,4 @@ Resources: Outputs: MyServerlessFunctionApi: Description: "API Gateway endpoint URL for Prod environment" - Value: !Sub "https://${MyServerlessFunction.MyApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/hello/" \ No newline at end of file + Value: !Sub "https://${Fail2.MyApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/hello1/" \ No newline at end of file