Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Nov 26, 2024
1 parent 6176192 commit 33b1b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def test_open_data_abfs(self):
_ = store.open_data(data_id, asset_names=["surface_air_pressure"])
self.assertEqual(
(
"Only 'file', 's3' and 'https' are supported, not 'abfs'. The asset "
"Only 'file', 's3' and 'https' protocols are supported, not 'abfs'. "
"'surface_air_pressure' has a href 'abfs://era5/ERA5/2020/12/"
"surface_air_pressure.zarr'. The item's url is given by "
"'https://planetarycomputer.microsoft.com/api/stac/v1/collections/"
Expand Down

0 comments on commit 33b1b95

Please sign in to comment.