This commit is contained in:
2024-12-16 20:17:18 +01:00
parent f06f4962e8
commit d5be3e7817

View File

@ -13,7 +13,7 @@ def backend_client(backend):
app.server.should_exit = False
app.redis_websocket.users = {}
yield client, app
app.redis_websocket.redis._redis_conn.flushall()
# app.redis_websocket.redis._redis_conn.flushall()
@pytest.mark.asyncio(loop_scope="session")