Skip to content

Commit df3dfbb

Browse files
committed
tests, fix: don't print, log
1 parent b7d28a2 commit df3dfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def pgstac(pg):
109109
with PgstacDB(dsn=settings.testing_connection_string) as db:
110110
migrator = Migrate(db)
111111
version = migrator.run_migration()
112-
print(f"PGStac Migrated to {version}")
112+
logger.info(f"PGStac Migrated to {version}")
113113

114114

115115
# Run all the tests that use the api_client in both db hydrate and api hydrate mode

0 commit comments

Comments
 (0)