Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chopkinsmade committed Dec 12, 2024
1 parent 3058894 commit 05ded3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahub/company/test/tasks/test_contact_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def setup_s3_bucket(bucket_name, test_files):

last_modfied = datetime.datetime.now()
for file in test_files:
# use freeze_time to allow uploaded files to have a different LastModified date
with freeze_time(last_modfied):
mock_s3_client.put_object(
Bucket=bucket_name,
Expand Down

0 comments on commit 05ded3d

Please sign in to comment.