Skip to content

Commit 8c1ab6d

Browse files
committed
fix test
1 parent 749fd5e commit 8c1ab6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/iotools/test_ecmwf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ def test_get_era5_error(params):
7373
@pytest.mark.remote_data
7474
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
7575
def test_get_era5_timeout(params):
76-
match = 'Request failed. Please check the ECMWF website'
76+
match = 'Request timed out. Try increasing'
7777
with pytest.raises(Exception, match=match):
7878
df, meta = pvlib.iotools.get_era5(**params, timeout=1)

0 commit comments

Comments
 (0)