Test fixes for 3.10 compliance.

This commit is contained in:
erinhmclark
2025-02-11 12:17:42 +00:00
parent f97ec6a9e0
commit 5e2e93382f
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ def mock_metadata():
metadata.status = "done"
metadata.get_title.return_value = "Example Title"
metadata.get.return_value = "Example Content"
metadata.get_timestamp.return_value = "2025-01-01T00:00:00Z"
metadata.get_timestamp.return_value = "2025-01-01T00:00:00"
metadata.get_final_media.return_value = MagicMock(spec=Media)
metadata.get_all_media.return_value = []
metadata.get_media_by_id.return_value = None