Skip to content

Commit 9631e68

Browse files
committed
comment
1 parent 11c4cf2 commit 9631e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/filenameprocessor/tests/test_lambda_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def test_lambda_handler_extended_attributes_success(self):
300300
self.assertEqual(item[AuditTableKeys.STATUS]["S"], "Processed")
301301
self.assertEqual(item[AuditTableKeys.TIMESTAMP]["S"], test_cases[0].created_at_formatted_string)
302302
self.assertEqual(item[AuditTableKeys.EXPIRES_AT]["N"], str(test_cases[0].expires_at))
303-
# File should be moved to destination under archive/
303+
# File should be moved to destination/
304304
dest_key = f"dps_destination/{test_cases[0].file_key}"
305305
print(f" destination file is at {s3_client.list_objects(Bucket=BucketNames.DESTINATION)}")
306306
retrieved = s3_client.get_object(Bucket=BucketNames.DESTINATION, Key=dest_key)

0 commit comments

Comments
 (0)