File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lambdas/filenameprocessor/tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments