Skip to content

Commit dee1c0f

Browse files
committed
remove irrelevant comments
1 parent eb6402f commit dee1c0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stac_fastapi/elasticsearch/tests/extensions/test_filter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ async def test_search_filter_extension_gte(app_client, ctx):
4343
assert resp.status_code == 200
4444
assert len(resp.json()["features"]) == 1
4545

46-
# this part fails
4746
params = {
4847
"filter": {
4948
"op": ">",

stac_fastapi/elasticsearch/tests/resources/test_item.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ async def test_update_new_item(app_client, ctx):
9999
test_item = ctx.item
100100
test_item["id"] = "a"
101101

102-
# note: this endpoint is wrong in stac-fastapi -- should be /collections/{c_id}/items/{item_id}
103102
resp = await app_client.put(
104103
f"/collections/{test_item['collection']}/items/{test_item['id']}",
105104
json=test_item,

0 commit comments

Comments
 (0)