diff --git a/tests/test_download_api.py b/tests/test_download_api.py index cc03154..6c95f7a 100644 --- a/tests/test_download_api.py +++ b/tests/test_download_api.py @@ -38,7 +38,6 @@ def test_response_first_url(self): url = "http://localhost:5000/download?o=http%3A//comicmeta.org/cbo/&f=owl&v=2024.05.29-031359&vM=default" response = requests.get(url) - print(response.content) # Calculate the MD5 checksum of the content md5_hash = hashlib.md5(response.content).hexdigest() expected_md5 = "4196656da08e5b248dc1a9eaca3c888c"