First working tests!

This commit is contained in:
Bjorn Olsen 2019-11-01 19:24:21 +02:00
commit 9c00f572d6
13 changed files with 216 additions and 38 deletions

View file

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