diff --git a/tests/app/main/views/test_jobs.py b/tests/app/main/views/test_jobs.py index 89b4f8ada..0625f37e7 100644 --- a/tests/app/main/views/test_jobs.py +++ b/tests/app/main/views/test_jobs.py @@ -390,6 +390,14 @@ def test_can_show_notifications( 'sending,delivered,failed', '', ), + ( + { + 'message_type': 'sms', + 'to': '+33(0)5-12-34-56-78', + }, + 'sending,delivered,failed', + '+33(0)5-12-34-56-78', + ), ( { 'status': 'failed',