mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
test(gateway): use compression helper in voice regression
This commit is contained in:
parent
7b330b1d22
commit
6a135142cc
1 changed files with 0 additions and 1 deletions
|
|
@ -232,7 +232,6 @@ async def test_busy_voice_interrupt_transcribes_before_pending_drain(monkeypatch
|
|||
runner._busy_ack_ts = {}
|
||||
runner._queued_events = {}
|
||||
runner._agent_has_active_subagents = lambda _agent: False
|
||||
runner._session_has_compression_in_flight = lambda _session_key: False
|
||||
session_key = "telegram:dm:12345"
|
||||
agent = MagicMock()
|
||||
runner._running_agents[session_key] = agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue