This commit is contained in:
Steve Pulec 2013-02-26 00:31:01 -05:00
commit d32059f301
16 changed files with 59 additions and 58 deletions

View file

@ -5,4 +5,4 @@ from moto import mock_ec2
@mock_ec2
def test_not_implemented_method():
requests.post.when.called_with("https://ec2.us-east-1.amazonaws.com/",
data={'Action':['foobar']}).should.throw(NotImplementedError)
data={'Action': ['foobar']}).should.throw(NotImplementedError)