Skip to content

Commit 728e36d

Browse files
committed
review fixes II
1 parent c66cc95 commit 728e36d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

filenameprocessor/tests/test_send_sqs_message.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def test_make_and_send_sqs_message_success(self):
111111
vaccine_type=FLU_EMIS_FILE_DETAILS.vaccine_type,
112112
supplier=FLU_EMIS_FILE_DETAILS.supplier,
113113
created_at_formatted_string=FLU_EMIS_FILE_DETAILS.created_at_formatted_string,
114-
expires_at=FLU_EMIS_FILE_DETAILS.expires_at,
115114
)
116115
)
117116

@@ -129,6 +128,5 @@ def test_make_and_send_sqs_message_failure(self):
129128
vaccine_type=FLU_EMIS_FILE_DETAILS.vaccine_type,
130129
supplier=FLU_EMIS_FILE_DETAILS.supplier,
131130
created_at_formatted_string=FLU_EMIS_FILE_DETAILS.created_at_formatted_string,
132-
expires_at=FLU_EMIS_FILE_DETAILS.expires_at,
133131
)
134132
self.assertIn(NON_EXISTENT_QUEUE_ERROR_MESSAGE, str(context.exception))

filenameprocessor/tests/utils_for_tests/values_for_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def __init__(self, supplier: str, vaccine_type: str, ods_code: str, file_number:
5454
"filename": self.file_key,
5555
"permission": self.permissions_list,
5656
"created_at_formatted_string": self.created_at_formatted_string,
57-
"expires_at": self.expires_at,
5857
}
5958

6059
# NOTE THAT AUDIT_TABLE_ENTRY IS MISSING THE FILE STATUS - THIS MUST BE SPECIFIED AT THE TIME THE ENTRY

0 commit comments

Comments
 (0)