chore: remove wrong test paths
This commit is contained in:
@@ -53,8 +53,6 @@ async def test_lifespan_agent_start_exception():
|
||||
Ensures exceptions are logged properly and re-raised.
|
||||
"""
|
||||
with (
|
||||
patch("control_backend.main.VADAgent.start", new_callable=AsyncMock),
|
||||
patch("control_backend.main.VADAgent.reset_stream", new_callable=AsyncMock),
|
||||
patch(
|
||||
"control_backend.main.RICommunicationAgent.start", new_callable=AsyncMock
|
||||
) as ri_start,
|
||||
|
||||
Reference in New Issue
Block a user