Skip to content

Commit

Permalink
Fix pabulib new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Jan 25, 2024
1 parent 995acd7 commit 871531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pabulib.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def test_legal_defaults(self):
assert profile.legal_max_total_score == 100

def test_url_parse(self):
url = "http://pabulib.org/media/files/poland_warszawa_2018_pole-mokotowskie.pb"
url = "http://pabulib.org/tiles/download/poland_warszawa_2018_pole-mokotowskie.pb"
url_inst, url_prof = parse_pabulib_from_url(url)
assert url_inst.file_name == "poland_warszawa_2018_pole-mokotowskie.pb"
assert url_inst.file_path == url
Expand Down

0 comments on commit 871531f

Please sign in to comment.