Skip to content

Commit 173ef0d

Browse files
committed
Remove duplicate test name.
1 parent ee90324 commit 173ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/tests/clients/test_elasticsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ async def test_json_patch_item_copy(ctx, core_client, txn_client):
392392

393393

394394
@pytest.mark.asyncio
395-
async def test_json_patch_item_copy(ctx, core_client, txn_client):
395+
async def test_json_patch_item_remove(ctx, core_client, txn_client):
396396
item = ctx.item
397397
collection_id = item["collection"]
398398
item_id = item["id"]

0 commit comments

Comments
 (0)