mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
@@ -28,7 +28,9 @@ def test_get_guest_list_separates_emails_and_phones(client, sample_service):
|
||||
GuestListRecipientType.EMAIL,
|
||||
"service@example.com",
|
||||
),
|
||||
ServiceGuestList.from_string(sample_service.id, GuestListRecipientType.MOBILE, "2028675309"),
|
||||
ServiceGuestList.from_string(
|
||||
sample_service.id, GuestListRecipientType.MOBILE, "2028675309"
|
||||
),
|
||||
ServiceGuestList.from_string(
|
||||
sample_service.id,
|
||||
GuestListRecipientType.MOBILE,
|
||||
|
||||
Reference in New Issue
Block a user