diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index 8ac451dc7c8..cda25e2f6a0 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -5038,7 +5038,7 @@ def test_dask(self) -> None: class TestPydapOnline(TestPydap): @contextlib.contextmanager def create_datasets(self, **kwargs): - url = "http://test.opendap.org/opendap/hyrax/data/nc/bears.nc" + url = "http://test.opendap.org/opendap/data/nc/bears.nc" actual = open_dataset(url, engine="pydap", **kwargs) with open_example_dataset("bears.nc") as expected: # workaround to restore string which is converted to byte