Update syntax
This commit is contained in:
parent
83c8740b91
commit
03986df929
1 changed files with 3 additions and 3 deletions
|
|
@ -340,9 +340,9 @@ class SNSBackend(BaseBackend):
|
|||
topic = self.get_topic(topic_arn)
|
||||
subscription = Subscription(topic, endpoint, protocol)
|
||||
attributes = {
|
||||
'PendingConfirmation' : 'false',
|
||||
'Endpoint' : endpoint,
|
||||
'TopicArn' : topic_arn,
|
||||
'PendingConfirmation': 'false',
|
||||
'Endpoint': endpoint,
|
||||
'TopicArn': topic_arn,
|
||||
'Protocol': protocol,
|
||||
'SubscriptionArn': subscription.arn
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue