integrated tests + omit unnecessary

This commit is contained in:
2026-07-28 15:16:52 +03:00
parent ef1e39d506
commit d24b99b8b0
7 changed files with 68 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ import pytest
from fastapi import HTTPException
from jose import jwt
from service.auth.auth import CurrentUser
from src.models.configs_read.env import env_settings
from src.service.auth.jwt import Hashes, Jwt