Skip to content

Commit 1be2a7c

Browse files
authored
Unskip temporal open window test (#254)
**Related Issue(s):** - # **Description:** **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if applicable - [x] Changes are added to the changelog
1 parent 032173b commit 1be2a7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Changed
1111

12+
- Unskip temporal open window test [#254](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/254)
1213
- Removed deprecated context extension [#255](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/255)
1314

14-
1515
## [v3.0.0a0]
1616

1717
### Added

stac_fastapi/tests/resources/test_item.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ async def test_item_search_temporal_window_post(app_client, ctx, load_test_data)
393393

394394

395395
@pytest.mark.asyncio
396-
@pytest.mark.skip(reason="KeyError: 'features")
397396
async def test_item_search_temporal_open_window(app_client, ctx):
398397
"""Test POST search with open spatio-temporal query (core)"""
399398
test_item = ctx.item

0 commit comments

Comments
 (0)