Skip to content

Commit 1ce2a02

Browse files
committed
fixup! fixup! Issue #737 assume presence of spatial dimensions in load_stac result
1 parent 58d51c2 commit 1ce2a02

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=r".*[\/]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)