Skip to content

Commit e5437ff

Browse files
committed
fixup! Issue #737 leverage pystac for deeper spatial dimension detection
1 parent 1947fc4 commit e5437ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest/datacube/test_datacube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def test_load_stac_resample_spatial(self, dummy_backend, tmp_path, stac_metadata
333333
assert dummy_backend.get_sync_pg() == {
334334
"loadstac1": {
335335
"process_id": "load_stac",
336-
"arguments": {"url": dirty_equals.IsStr(regex=".*/stac.json")},
336+
"arguments": {"url": dirty_equals.IsStr(regex=r".*[\/]stac.json")},
337337
},
338338
"resamplespatial1": {
339339
"process_id": "resample_spatial",

0 commit comments

Comments
 (0)