pep8
This commit is contained in:
parent
bcbec29653
commit
d32059f301
16 changed files with 59 additions and 58 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue