File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-native-aws-lambda-infra/src/test/java/com/coffeebeans/springnativeawslambda/infra Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ void should_have_role_with_AWSLambdaBasicExecutionRole_policy_to_assume_by_lambd
6969 void should_have_default_policy_to_allow_lambda_publish_to_sns () throws JsonProcessingException {
7070
7171 final String policyName = "springnativeawslambdafunctionroleDefaultPolicy(.*)" ;
72- final String deadLetterTopic = "springnativeawslambdafunctiontopicdlq (.*)" ;
72+ final String deadLetterTopic = "springnativeawslambdafunctiontopic (.*)" ;
7373 final String action = "sns:Publish" ;
7474 final String effect = "Allow" ;
7575 final String policyDocumentVersion = "2012-10-17" ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class TopicTest extends TemplateSupport {
3030 @ Test
3131 void should_have_dead_letter_topic () {
3232 assertThat (template )
33- .containsTopic ("spring-native-aws-lambda-function-topic.dlq " )
33+ .containsTopic ("spring-native-aws-lambda-function-topic" )
3434 .hasTag ("COST_CENTRE" , TAG_VALUE_COST_CENTRE )
3535 .hasTag ("ENV" , TEST );
3636 }
You can’t perform that action at this time.
0 commit comments