Skip to content

Commit

Permalink
tests, fix: don't print, log
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed May 31, 2023
1 parent b7d28a2 commit df3dfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def pgstac(pg):
with PgstacDB(dsn=settings.testing_connection_string) as db:
migrator = Migrate(db)
version = migrator.run_migration()
print(f"PGStac Migrated to {version}")
logger.info(f"PGStac Migrated to {version}")


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

0 comments on commit df3dfbb

Please sign in to comment.