moto/moto/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
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py SNS create_topic should only accept valid characters (#1329) 2017-11-13 18:27:11 +00:00
models.py Merge pull request #1574 from wblackconv/add-msg-attributes 2018-04-18 21:19:21 -04:00
responses.py Add tests for message attribute validation in SNS (#1582) 2018-04-27 15:10:30 -07:00
urls.py Add moto reset API. 2017-02-20 18:25:10 -05:00
utils.py Added in publish by phone number 2017-09-26 00:21:07 +01:00