mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 11:08:24 -04:00
Merge pull request #3376 from alphagov/get-single-contact-list
Use new API endpoint to get single contact list
This commit is contained in:
@@ -4022,7 +4022,7 @@ def test_send_from_contact_list(
|
||||
mocker,
|
||||
client_request,
|
||||
fake_uuid,
|
||||
mock_get_contact_lists,
|
||||
mock_get_contact_list,
|
||||
):
|
||||
new_uuid = uuid.uuid4()
|
||||
mock_download = mocker.patch('app.models.contact_list.s3download', return_value='contents')
|
||||
|
||||
Reference in New Issue
Block a user