Skip to content

Commit b9c88c4

Browse files
committed
remove commented out loop
1 parent d6eda04 commit b9c88c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stac_fastapi/tests/clients/test_bulk_transactions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ async def test_bulk_item_insert(ctx, core_client, txn_client, bulk_txn_client):
3434
fc = await core_client.item_collection(ctx.collection["id"], request=MockRequest())
3535
assert len(fc["features"]) >= 10
3636

37-
# for item in items:
38-
# es_transactions.delete_item(
39-
# item["id"], item["collection"], request=MockStarletteRequest
40-
# )
41-
4237

4338
@pytest.mark.asyncio
4439
async def test_bulk_item_insert_with_raise_on_error(

0 commit comments

Comments
 (0)