stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
24 stars 14 forks source link

Add pagination test to verify the absence of a 'next' link on the last page of results #244

Closed jonhealy1 closed 1 month ago

jonhealy1 commented 2 months ago

Related Issue(s):

Description:

Added a test to ensure that pagination correctly returns expected links, particularly verifying the absence of a 'next' link on the last page of results.

PR Checklist: