fix: Поправил pydantic валидацию, убрал костыль

develop
Сергей Ванюшкин 2024-02-04 00:24:09 +03:00
parent 2afba14e44
commit f807bdd275
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def app(event_loop) -> Generator[FastAPI, None, None]:
yield app yield app
@pytest_asyncio.fixture() @pytest_asyncio.fixture(scope='session')
async def client(app) -> AsyncGenerator[AsyncClient, None]: async def client(app) -> AsyncGenerator[AsyncClient, None]:
async with AsyncClient( async with AsyncClient(
app=app, app=app,