Fix the things i broke using logger.info

This commit is contained in:
2026-05-23 20:35:12 +02:00
parent 07669fc1fc
commit 9160b312c7
4 changed files with 3 additions and 4 deletions

View File

@@ -131,7 +131,6 @@ def test_auth_is_admin(db_session, admin_user, regular_user):
def test_create_first_user(db_session):
"""Test automatic creation of first admin user."""
#Currently broken because this uses the prod db because of how i wrote the create_first_user function
# Clear any existing users
from sqlmodel import select
db_session.exec(select(UserDB)).all()