This commit is contained in:
Jakub Miazek
2024-05-08 12:27:18 +02:00
parent 098f70a9fd
commit 918ab6c28c
5 changed files with 189 additions and 189 deletions

View File

@@ -39,5 +39,5 @@ async def client(start_db) -> AsyncClient:
headers={"Content-Type": "application/json"},
transport=transport,
) as test_client:
app.state.redis = await get_redis()
app.redis = await get_redis()
yield test_client