From 7e60b092746b8890fa24b92315a08fc1eb0d5f2f Mon Sep 17 00:00:00 2001 From: Teknium Date: Fri, 10 Apr 2026 05:54:24 -0700 Subject: [PATCH] fix: add _session_model_overrides to test runner fixture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up for cherry-pick — _session_model_overrides was added to GatewayRunner.__init__ after the fast mode PR was written. --- tests/gateway/test_fast_command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gateway/test_fast_command.py b/tests/gateway/test_fast_command.py index 60b994902..dc869ea17 100644 --- a/tests/gateway/test_fast_command.py +++ b/tests/gateway/test_fast_command.py @@ -59,6 +59,7 @@ def _make_runner(): runner._session_db = None runner._agent_cache = {} runner._agent_cache_lock = threading.Lock() + runner._session_model_overrides = {} runner.hooks = SimpleNamespace(loaded_hooks=False) runner.config = SimpleNamespace(streaming=None) runner.session_store = SimpleNamespace(