moto/tests/test_sns
wblackconv ba2ea8e1b3 Add tests for message attribute validation in SNS (#1582)
* Add tests for message attribute validation in SNS

Fixes up bug in return value of
moto.sns.responses.SNSResponse._parse_message_attributes due to
accidental recycling of a variable.

* Fix test_sns.test_publish_to_http in py36 env

Http response is encoded as a byte string which json.loads can't handle.
2018-04-27 15:10:30 -07:00
..
test_application_boto3.py General tidy up 2017-09-21 21:16:00 +01:00
test_application.py Cleanup SNS exceptions. Closes #751. 2017-03-16 22:28:30 -04:00
test_publishing_boto3.py Add tests for message attribute validation in SNS (#1582) 2018-04-27 15:10:30 -07:00
test_publishing.py add subject support (#1387) 2017-12-10 21:59:04 +00:00
test_server.py SNS create_topic should only accept valid characters (#1329) 2017-11-13 18:27:11 +00:00
test_subscriptions_boto3.py Implement basic SNS message filtering (#1521) 2018-03-21 08:49:11 -07:00
test_subscriptions.py General tidy up 2017-09-21 21:16:00 +01:00
test_topics_boto3.py SNS create_topic should only accept valid characters (#1329) 2017-11-13 18:27:11 +00:00
test_topics.py Fix tests for py26 and py3. 2017-02-27 20:53:57 -05:00