moto/tests/test_sns
Kamil Mańkowski 8a551a9754
[SNS] Mock sending directly SMS (#3253)
* [SNS] Mock sending directly SMS

Proper behaviour when publishing to PhoneNumber is sending
message directly to this number, without any topic or
previous confirmation.

https://docs.aws.amazon.com/sns/latest/dg/sns-mobile-phone-number-as-subscriber.html

* Fix arguments order

* Omit checking local backend when tests in server mode
2020-08-25 13:05:49 +01:00
..
test_application_boto3.py Fix more typos. 2020-01-23 10:15:02 -08:00
test_application.py Fix more typos. 2020-01-23 10:15:02 -08:00
test_publishing_boto3.py [SNS] Mock sending directly SMS (#3253) 2020-08-25 13:05:49 +01:00
test_publishing.py black linting 2019-12-16 21:25:20 -05:00
test_server.py ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override 2019-12-16 21:05:29 -05:00
test_subscriptions_boto3.py Fix sns unsubscribe & delete_topic behavior 2019-12-27 16:04:12 +01:00
test_subscriptions.py Fix sns unsubscribe & delete_topic behavior 2019-12-27 16:04:12 +01:00
test_topics_boto3.py black linting 2019-12-16 21:25:20 -05:00
test_topics.py black linting 2019-12-16 21:25:20 -05:00