clean up core responses

This commit is contained in:
Steve Pulec 2013-02-25 23:48:17 -05:00
commit dc9677e323
5 changed files with 25 additions and 8 deletions

View file

@ -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)