Skip to content

Commit

Permalink
fix(cli): fix broken test in Java init template (#3108)
Browse files Browse the repository at this point in the history
Follow-up to address changes introduced in #3065
  • Loading branch information
shivlaks authored Jun 27, 2019
1 parent f2293e0 commit f696efc
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@
]
}
},
"MyFirstTopic0ED1F8A4": {
"Type": "AWS::SNS::Topic",
"Properties": {
"DisplayName": "My First Topic Yeah"
}
},
"MyFirstTopicMyFirstQueue2028650A": {
"MyFirstQueuetestMyFirstTopic4B48EB90A3428EB7": {
"Type": "AWS::SNS::Subscription",
"Properties": {
"Protocol": "sqs",
Expand All @@ -62,6 +56,12 @@
}
}
},
"MyFirstTopic0ED1F8A4": {
"Type": "AWS::SNS::Topic",
"Properties": {
"DisplayName": "My First Topic Yeah"
}
},
"BucketsBucket04F23AD6D": {
"Type": "AWS::S3::Bucket",
"DeletionPolicy": "Retain"
Expand Down

0 comments on commit f696efc

Please sign in to comment.