Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Aug 26, 2024
1 parent 0e16bf7 commit 729ebf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_download_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 729ebf7

Please sign in to comment.