Add test for international phone no.

This commit is contained in:
Chris Hill-Scott
2017-05-31 11:53:10 +01:00
parent b9bf18b936
commit 311732ff9d

View File

@@ -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',