chore: fixed test that wasn't passing

this was not my test
I stole the fix from Björn's cb2ri-gestures

ref: N25B-355
This commit is contained in:
Pim Hutting
2025-12-15 18:40:24 +01:00
parent 06503d568f
commit 35548f6864

View File

@@ -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,