mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 00:08:25 -04:00
Add test for international phone no.
This commit is contained in:
@@ -390,6 +390,14 @@ def test_can_show_notifications(
|
|||||||
'sending,delivered,failed',
|
'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',
|
'status': 'failed',
|
||||||
|
|||||||
Reference in New Issue
Block a user