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)
|
topic = self.get_topic(topic_arn)
|
||||||
subscription = Subscription(topic, endpoint, protocol)
|
subscription = Subscription(topic, endpoint, protocol)
|
||||||
attributes = {
|
attributes = {
|
||||||
'PendingConfirmation' : 'false',
|
'PendingConfirmation': 'false',
|
||||||
'Endpoint' : endpoint,
|
'Endpoint': endpoint,
|
||||||
'TopicArn' : topic_arn,
|
'TopicArn': topic_arn,
|
||||||
'Protocol': protocol,
|
'Protocol': protocol,
|
||||||
'SubscriptionArn': subscription.arn
|
'SubscriptionArn': subscription.arn
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue