Skip to content

Commit

Permalink
Change URL for pydap test (#9655)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Oct 21, 2024
1 parent df87f69 commit ed32ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed32ba7

Please sign in to comment.