We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a2af4 commit d862c78Copy full SHA for d862c78
stac_fastapi/tests/conftest.py
@@ -204,6 +204,7 @@ def bulk_txn_client():
204
205
@pytest_asyncio.fixture(scope="session")
206
async def app():
207
+ os.environ["ENABLE_COLLECTIONS_SEARCH_ROUTE"] = "true"
208
return StacApi(**app_config).app
209
210
@@ -315,9 +316,6 @@ def must_be_bob(
315
316
317
async def route_dependencies_app():
318
"""Fixture to get the FastAPI app with custom route dependencies."""
-
319
- os.environ["ENABLE_COLLECTIONS_SEARCH_ROUTE"] = "true"
320
321
# Create a copy of the app config
322
test_config = app_config.copy()
323
0 commit comments