Skip to content

Commit f7d6884

Browse files
committed
unskip pagination tests
1 parent 372d241 commit f7d6884

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stac_fastapi/tests/resources/test_item.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ async def test_pagination_base_links(app_client, ctx):
577577

578578

579579
@pytest.mark.asyncio
580-
@pytest.mark.skip(reason="Not working in stac-fastapi v3.0.0?")
581580
async def test_pagination_links_behavior(app_client, ctx, txn_client):
582581
"""Test the links in pagination specifically look for last page behavior."""
583582

@@ -620,7 +619,6 @@ async def test_pagination_links_behavior(app_client, ctx, txn_client):
620619

621620

622621
@pytest.mark.asyncio
623-
@pytest.mark.skip(reason="Not working in stac-fastapi v3.0.0?")
624622
async def test_pagination_item_collection(app_client, ctx, txn_client):
625623
"""Test item collection pagination links (paging extension)"""
626624
ids = [ctx.item["id"]]

0 commit comments

Comments
 (0)