stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
28 stars 13 forks source link

Collections extension test broken as of stac-fastapi v2.5.5 #238

Closed jonhealy1 closed 4 months ago

jonhealy1 commented 5 months ago

https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/d2104af3255a6c0e9e16fab98915a406dfcdd6e6/stac_fastapi/tests/resources/test_collection.py#L110-L124

jonhealy1 commented 5 months ago

The extension adds a item_assets field to a collection. I can create a collection with the field and then GET that collection back and the field still exists but pushing the same collection through a PUT request erases the field.

jonhealy1 commented 4 months ago

Test passes now here #234 with stac-fastapi v3.0.0a