clean up core responses
This commit is contained in:
parent
935e6bd95d
commit
dc9677e323
5 changed files with 25 additions and 8 deletions
|
|
@ -113,9 +113,3 @@ def test_delete_batch_operation():
|
|||
queue.delete_message_batch(messages)
|
||||
|
||||
queue.count().should.equal(1)
|
||||
|
||||
|
||||
@mock_sqs
|
||||
def test_not_implemented_method():
|
||||
requests.post.when.called_with("https://foobar.amazonaws.com/",
|
||||
data={'Action':['foobar']}).should.throw(NotImplementedError)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue