Cleanup SNS exceptions. Closes #751.

This commit is contained in:
Steve Pulec 2017-03-16 22:28:30 -04:00
commit c207963a86
4 changed files with 87 additions and 3 deletions

View file

@ -297,7 +297,7 @@ def test_publish_to_platform_endpoint():
token="some_unique_id",
custom_user_data="some user data",
attributes={
"Enabled": False,
"Enabled": True,
},
)