General tidy up
This commit is contained in:
parent
fec81fc6ea
commit
18cb0bce54
6 changed files with 118 additions and 114 deletions
|
|
@ -34,6 +34,7 @@ def test_creating_subscription():
|
|||
"ListSubscriptionsResult"]["Subscriptions"]
|
||||
subscriptions.should.have.length_of(0)
|
||||
|
||||
|
||||
@mock_sns_deprecated
|
||||
def test_deleting_subscriptions_by_deleting_topic():
|
||||
conn = boto.connect_sns()
|
||||
|
|
@ -66,6 +67,7 @@ def test_deleting_subscriptions_by_deleting_topic():
|
|||
"ListSubscriptionsResult"]["Subscriptions"]
|
||||
subscriptions.should.have.length_of(0)
|
||||
|
||||
|
||||
@mock_sns_deprecated
|
||||
def test_getting_subscriptions_by_topic():
|
||||
conn = boto.connect_sns()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue