Skip to content

Commit c999b32

Browse files
committed
Cleanup
1 parent 625564d commit c999b32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stac_fastapi/pgstac/tests/clients/test_postgres.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,10 @@ async def custom_get_connection(
193193
class TestDbConnect:
194194
@pytest.fixture
195195
async def app(self, api_client):
196-
logger.warn("Customizing app setup")
196+
"""
197+
app fixture override to setup app with a customized db connection getter
198+
"""
199+
logger.debug("Customizing app setup")
197200
await connect_to_db(api_client.app, custom_get_connection)
198201
yield api_client.app
199202
await close_db_connection(api_client.app)

0 commit comments

Comments
 (0)