Skip to content

Commit

Permalink
Fix broken test #11
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Sep 30, 2024
1 parent d8b5294 commit 27374cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/stores/test_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def check_create_presigned_url_success(self) -> None:
"Key": self._expected_object_key,
"ContentType": "multipart/form-data",
},
ExpiresIn=object_storage_config.presigned_url_expiry,
ExpiresIn=object_storage_config.presigned_url_expiry_seconds,
)

# Cannot know the expected creation and modified time here, so ignore in comparison
Expand Down

0 comments on commit 27374cd

Please sign in to comment.