First working tests!
This commit is contained in:
parent
e00af2f73c
commit
9c00f572d6
13 changed files with 216 additions and 38 deletions
|
|
@ -33,7 +33,7 @@ def test_create_fifo_queue_fail():
|
|||
except botocore.exceptions.ClientError as err:
|
||||
err.response["Error"]["Code"].should.equal("InvalidParameterValue")
|
||||
else:
|
||||
raise RuntimeError("Should of raised InvalidParameterValue Exception")
|
||||
raise RuntimeError("Should of raised InvalidParameterValue Exception")z
|
||||
|
||||
|
||||
@mock_sqs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue