Skip to content

Commit

Permalink
update test for https check
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnag committed Jul 22, 2024
1 parent 1ef3749 commit 17888e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/tests/test_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_read_from_url(self, filetype, url):
with pytest.raises(NotImplementedError):
vds = open_virtual_dataset(url, reader_options={}, indexes={})
else:
vds = open_virtual_dataset(url, reader_options={}, indexes={})
vds = open_virtual_dataset(url, indexes={})
assert isinstance(vds, xr.Dataset)


Expand Down

0 comments on commit 17888e3

Please sign in to comment.