mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 20:58:29 +03:00
Fix unit tests for latest yt-dlp
(Yt-dlp title is now truncated)
This commit is contained in:
@@ -25,5 +25,5 @@ class TestExtractorBase(object):
|
||||
else:
|
||||
assert status == test_response.status
|
||||
|
||||
assert title == test_response.get_title()
|
||||
assert timestamp, test_response.get("timestamp")
|
||||
assert title in test_response.get_title()
|
||||
assert timestamp == test_response.get("timestamp")
|
||||
|
||||
Reference in New Issue
Block a user