fix rate-limit valid login bug and fix sessions of redis and psql in tests
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import pytest_asyncio
|
||||
|
||||
from src.service.users_crud.users_crud import CrudService
|
||||
|
||||
|
||||
@pytest_asyncio.fixture
|
||||
async def crud_service()->CrudService:
|
||||
crud_service=CrudService()
|
||||
return crud_service
|
||||
Reference in New Issue
Block a user