Skip to content

Commit 0f3f44f

Browse files
committed
pre-commit
1 parent f2c21ce commit 0f3f44f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stac_fastapi/elasticsearch/tests/api/test_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ def test_app_query_extension_limit_10000(load_test_data, app_client, es_transact
212212
)
213213

214214

215-
@pytest.mark.skip(reason="No mapping found for [properties__datetime.keyword] in order to sort on")
215+
@pytest.mark.skip(
216+
reason="No mapping found for [properties__datetime.keyword] in order to sort on"
217+
)
216218
def test_app_sort_extension(load_test_data, app_client, es_transactions):
217219
first_item = load_test_data("test_item.json")
218220
item_date = datetime.strptime(

0 commit comments

Comments
 (0)