Docs for environment variables, parameterize some constants #38

Merged
0950726 merged 5 commits from feat/environment-variables into dev 2026-01-06 09:02:49 +00:00
Showing only changes of commit 9cc0e39955 - Show all commits

View File

@@ -53,8 +53,6 @@ async def test_lifespan_agent_start_exception():
Ensures exceptions are logged properly and re-raised. Ensures exceptions are logged properly and re-raised.
""" """
with ( with (
patch("control_backend.main.VADAgent.start", new_callable=AsyncMock),
patch("control_backend.main.VADAgent.reset_stream", new_callable=AsyncMock),
patch( patch(
"control_backend.main.RICommunicationAgent.start", new_callable=AsyncMock "control_backend.main.RICommunicationAgent.start", new_callable=AsyncMock
) as ri_start, ) as ri_start,