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 b7d28a2 commit df3dfbbCopy full SHA for df3dfbb
tests/conftest.py
@@ -109,7 +109,7 @@ async def pgstac(pg):
109
with PgstacDB(dsn=settings.testing_connection_string) as db:
110
migrator = Migrate(db)
111
version = migrator.run_migration()
112
- print(f"PGStac Migrated to {version}")
+ logger.info(f"PGStac Migrated to {version}")
113
114
115
# Run all the tests that use the api_client in both db hydrate and api hydrate mode
0 commit comments