Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion climada/util/test/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TestDownloadUrl(unittest.TestCase):

def test_wrong_url_fail(self):
"""Error raised when wrong url."""
url = "https://ngdc.noaa.gov/eog/data/web_data/v4composites/F172012.v4.tar"
url = "https://climada.ethz.ch/F172012.v4.tar"
try:
with self.assertRaises(ValueError):
download_file(url)
Expand Down
Loading