File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lambdas/tests/unit/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 PDS_PATIENT_DECEASED_INFORMAL ,
3939 PDS_PATIENT_RESTRICTED ,
4040)
41+ from tests .unit .helpers .data .s3_responses import MOCK_COPY_OBJECT_RESPONSE
4142from tests .unit .utils .test_unicode_utils import (
4243 NAME_WITH_ACCENT_NFC_FORM ,
4344 NAME_WITH_ACCENT_NFD_FORM ,
4445)
45- from unit .helpers .data .s3_responses import MOCK_COPY_OBJECT_RESPONSE
4646from utils .exceptions import (
4747 BulkUploadException ,
4848 DocumentInfectedException ,
@@ -418,7 +418,7 @@ def test_handle_sqs_message_calls_report_upload_failure_when_lg_file_name_invali
418418 TEST_STAGING_METADATA_WITH_INVALID_FILENAME ,
419419 UploadStatus .FAILED ,
420420 str (mocked_error ),
421- "Y12345"
421+ "Y12345" ,
422422 )
423423 repo_under_test .sqs_repository .send_message_to_pdf_stitching_queue .assert_not_called ()
424424
You can’t perform that action at this time.
0 commit comments