fix /user/active tests

This commit is contained in:
msramalho
2025-02-06 20:40:40 +00:00
parent 9af48efe22
commit fed8543c30
2 changed files with 16 additions and 12 deletions

View File

@@ -8,7 +8,6 @@ from core.config import VERSION, BREAKING_CHANGES
from core.logging import log_error
from db import crud
from db.schemas import ActiveUser, UsageResponse
from db.database import get_db_dependency
from db.user_state import UserState
from web.security import get_user_auth, bearer_security, get_user_state
from shared.user_groups import GroupPermissions