Skip to content

Commit

Permalink
fix testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Aug 26, 2024
1 parent 729ebf7 commit 8c132ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_download_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def tearDownClass(cls):


def test_response_second_url(self):
url = "http://localhost:5000/download?o=http%3A//comicmeta.org/cbo/&f=owl&v=2023.03.18-185709&vM=default"
url = "http://localhost:5000/download?o=http%3A//comicmeta.org/cbo/&f=owl&v=2023.03.18-185709&vM=closest"
response = requests.get(url)

# Calculate the MD5 checksum of the content
Expand All @@ -35,7 +35,7 @@ def test_response_second_url(self):


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"
url = "http://localhost:5000/download?o=http%3A//comicmeta.org/cbo/&f=owl&v=2024.05.29-031359&vM=closest"
response = requests.get(url)

# Calculate the MD5 checksum of the content
Expand Down

0 comments on commit 8c132ca

Please sign in to comment.