fix(test): add missing _voice_mode attr to GatewayRunner test stubs
This commit is contained in:
parent
75bd5a582b
commit
e50323f730
6 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ def _make_runner(session_db=None):
|
|||
from gateway.run import GatewayRunner
|
||||
runner = object.__new__(GatewayRunner)
|
||||
runner.adapters = {}
|
||||
runner._voice_mode = {}
|
||||
runner._session_db = session_db
|
||||
|
||||
# Mock session_store that returns a session entry with a known session_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue