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 625564d commit c999b32Copy full SHA for c999b32
stac_fastapi/pgstac/tests/clients/test_postgres.py
@@ -193,7 +193,10 @@ async def custom_get_connection(
193
class TestDbConnect:
194
@pytest.fixture
195
async def app(self, api_client):
196
- logger.warn("Customizing app setup")
+ """
197
+ app fixture override to setup app with a customized db connection getter
198
199
+ logger.debug("Customizing app setup")
200
await connect_to_db(api_client.app, custom_get_connection)
201
yield api_client.app
202
await close_db_connection(api_client.app)
0 commit comments