From 311732ff9da15c146dff276f4a8058405b17c6f1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 31 May 2017 11:53:10 +0100 Subject: [PATCH] Add test for international phone no. --- tests/app/main/views/test_jobs.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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',