Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 3, 2024
1 parent 8e9b054 commit 698a80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.1.0
2024-06-03
Upgrade ocs_archive library, add support for uploading thumbnails to an OCS archive.

3.0.6
2024-01-31
Upgrade ocs_archive library version to support selecting S3 addressing_style
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ingester.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def test_ingest_jpg_missing_keyword(self, ingester_mock):
upload_file_and_ingest_to_archive(fileobj, file_metadata=bad_metadata)
self.assertFalse(filestore_mock.store_file.called)
self.assertFalse(archive_mock.post_frame.called)

@patch('ocs_ingester.ingester.Ingester', side_effect=mocked_ingester)
def test_ingest_jpg_with_incomplete_meta(self, ingester_mock):
with open(JPG_FILE, 'rb') as fileobj:
Expand Down

0 comments on commit 698a80a

Please sign in to comment.