Disable letter-based S3 buckets

This commit is contained in:
Ryan Ahearn
2022-09-16 14:43:23 -04:00
parent a3c29cd11c
commit cb4036b1b0
8 changed files with 64 additions and 43 deletions

View File

@@ -2514,6 +2514,7 @@ def test_send_one_off_notification(sample_service, admin_request, mocker):
assert response['id'] == str(noti.id)
@pytest.mark.skip(reason="Skipping letter-related functionality for now")
def test_create_pdf_letter(mocker, sample_service_full_permissions, client, fake_uuid, notify_user):
mocker.patch('app.service.send_notification.utils_s3download')
mocker.patch('app.service.send_notification.get_page_count', return_value=1)