mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 11:19:21 -04:00
Add a page to choose a contact list
You’ll be able to use a contact list by first choosing a template, then choosing the list you want to use. At the moment this shows all lists, not just the ones that are compatible with your template.
This commit is contained in:
@@ -1864,7 +1864,7 @@ def mock_get_contact_lists(mocker, api_user_active, fake_uuid):
|
||||
}]
|
||||
|
||||
return mocker.patch(
|
||||
'app.contact_list_api_client.get_contact_lists',
|
||||
'app.models.contact_list.ContactLists.client_method',
|
||||
side_effect=_get,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user