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 @@ -167,7 +167,7 @@ def test_fetch_preliminary_document_reference_success(
167167
168168 assert result == mock_pdm_document_reference
169169 pdm_service .document_service .fetch_documents_from_table .assert_called_once_with (
170- table = MOCK_PDM_TABLE_NAME ,
170+ table_name = MOCK_PDM_TABLE_NAME ,
171171 search_condition = document_key ,
172172 search_key = "ID" ,
173173 query_filter = PreliminaryStatus ,
@@ -412,7 +412,7 @@ def test_update_dynamo_table_clean_scan_result(
412412
413413 pdm_service .document_service .update_document .assert_called_once_with (
414414 table_name = MOCK_PDM_TABLE_NAME ,
415- document_reference = mock_pdm_document_reference ,
415+ document = mock_pdm_document_reference ,
416416 update_fields_name = {
417417 "virus_scanner_result" ,
418418 "doc_status" ,
You can’t perform that action at this time.
0 commit comments