Skip to content

Commit ed32ba7

Browse files
authored
Change URL for pydap test (#9655)
1 parent df87f69 commit ed32ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5038,7 +5038,7 @@ def test_dask(self) -> None:
50385038
class TestPydapOnline(TestPydap):
50395039
@contextlib.contextmanager
50405040
def create_datasets(self, **kwargs):
5041-
url = "http://test.opendap.org/opendap/hyrax/data/nc/bears.nc"
5041+
url = "http://test.opendap.org/opendap/data/nc/bears.nc"
50425042
actual = open_dataset(url, engine="pydap", **kwargs)
50435043
with open_example_dataset("bears.nc") as expected:
50445044
# workaround to restore string which is converted to byte

0 commit comments

Comments
 (0)