moto/moto/sqs
Nathan Sutton 8393c7f20b Don't error on double create queue with same attrs
Creating a queue a second time with the same attributes should not raise
an error. This change makes it work correctly.
2018-08-08 21:10:13 -05:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py Fix creating SQS queue with same attributes. Closes #1663. 2018-05-31 23:05:50 -04:00
models.py Don't error on double create queue with same attrs 2018-08-08 21:10:13 -05:00
responses.py SQS add missing validation to ReceiveMessage (#1595) 2018-04-24 09:51:49 -07:00
urls.py fix receiving of messages from queues with a dot character in their name 2017-08-05 15:47:40 +10:00
utils.py Lints. 2017-02-23 21:37:43 -05:00