Skip to content

Commit

Permalink
anon
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed May 2, 2024
1 parent beec724 commit e669841
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 @@ -277,7 +277,7 @@ def test_combine_by_coords(self, netcdf4_files):
@pytest.mark.parametrize("indexes", [None, {}], ids=["None index", "empty dict index"])
def test_anon_read_s3(filetype, indexes):
fpath = 's3://carbonplan-share/virtualizarr/local.nc'
assert open_virtual_dataset(fpath, filetype=filetype, indexes=indexes, reader_options={'storage_options': {'anon': True}})
assert open_virtual_dataset(fpath, filetype=filetype, indexes=indexes, reader_options={'storage_options': {'anon': True},'remote_options': {'anon': True}})


class TestLoadVirtualDataset:
Expand Down

0 comments on commit e669841

Please sign in to comment.