Skip to content

Commit 711c080

Browse files
committed
fixup! fix download of auxiliary file
Open-EO/openeo-geopyspark-driver#1278
1 parent fc345f0 commit 711c080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3007,7 +3007,7 @@ def test_get_stac_1_1_item(self, api110, backend_implementation, backend_config_
30073007
"bbox": [3.359808992021044, 51.08284561357965, 4.690166134878123, 51.88641704215104],
30083008
"links": [
30093009
{
3010-
"rel": "custom",
3010+
"rel": "aux",
30113011
"href": "/data/projects/OpenEO/07024ee9-7847-4b8a-b260-6c879a2b3cdc/07024ee9-7847-4b8a-b260-6c879a2b3cdc_input_items_9569134155392213115.json",
30123012
"type": "application/json",
30133013
ITEM_LINK_PROPERTY.EXPOSE_AUXILIARY: True,

0 commit comments

Comments
 (0)