Skip to content

Commit 58d6c73

Browse files
committed
Merge branch 'master' into VED-902-1-extended-attribute
2 parents 7714679 + a0feb20 commit 58d6c73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lambdas/filenameprocessor/src/file_name_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def handle_extended_attributes_file(
295295
"message_id": message_id,
296296
"queue_name": extended_attribute_identifier,
297297
}
298-
299298
except ( # pylint: disable=broad-exception-caught
300299
ClientError,
301300
VaccineTypePermissionsError,

lambdas/shared/tests/test_common/test_s3_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_move_file_within_bucket(self):
7676
self.mock_logger_info.assert_called_with("File moved from %s to %s", file_key, dest_key)
7777

7878
def test_move_file_outside_bucket_copies_then_deletes(self):
79-
"""File should be copied to destination bucket under destination_key and deleted from source bucket"""
79+
"""File should be copied to destination bucket under destination_key and removed from source bucket."""
8080
source_key = "RSV_Vaccinations_v5_X8E5B_20000101T00000001.csv"
8181
destination_key = f"archive/{source_key}"
8282

0 commit comments

Comments
 (0)