Skip to content

Commit 6db996f

Browse files
authored
Plantary Computer error code has changed (#49)
Fix tests given new error code
1 parent 057985b commit 6db996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_to_xarray_with_pystac_client_search_with_patch_url():
5050

5151
ds = to_xarray(search, assets=["B4", "B3", "B2"], stacking_library="odc.stac")
5252

53-
with pytest.raises(RasterioIOError, match="HTTP response code: 404"):
53+
with pytest.raises(RasterioIOError, match="HTTP response code: 409"):
5454
ds.B01.max().compute()
5555

5656
ds = to_xarray(

0 commit comments

Comments
 (0)