From 54af495546d8041077bab39edfa0ea061fe6db27 Mon Sep 17 00:00:00 2001 From: emanuel-schmid Date: Thu, 6 Feb 2025 15:08:43 +0100 Subject: [PATCH] replace one non-existing url by another --- climada/util/test/test_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climada/util/test/test_files.py b/climada/util/test/test_files.py index 75b3b8cb28..229efd413d 100644 --- a/climada/util/test/test_files.py +++ b/climada/util/test/test_files.py @@ -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)