fix(test): add missing _voice_mode attr to GatewayRunner test stubs

This commit is contained in:
0xbyt4
2026-03-14 14:27:20 +03:00
parent 75bd5a582b
commit e50323f730
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ def _make_runner():
from gateway.run import GatewayRunner
runner = object.__new__(GatewayRunner)
runner.adapters = {}
runner._voice_mode = {}
runner._session_db = None
runner._reasoning_config = None
runner._provider_routing = {}