Merge pull request #3376 from alphagov/get-single-contact-list

Use new API endpoint to get single contact list
This commit is contained in:
Chris Hill-Scott
2020-03-19 15:16:33 +00:00
committed by GitHub
5 changed files with 42 additions and 10 deletions

View File

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