moto/tests/test_sqs
Nathan Sutton 9d1c665310 Force receive_message_wait_time_seconds to be int
When a queue is created with the ReceiveMessageWaitTimeSeconds
attribute the value is never converted to an integer. When the
ReceiveMessage action is called it tries to compare the string
ReceiveMessageWaitTimeSeconds with the min and max wait times which
raises a TypeError.

The solution is to convert this value to an integer before comparing.
2018-08-08 19:14:56 -05:00
..
test_server.py fix receiving of messages from queues with a dot character in their name 2017-08-05 15:47:40 +10:00
test_sqs.py Force receive_message_wait_time_seconds to be int 2018-08-08 19:14:56 -05:00