From c3b2af95e3f556ed28c4bf2a2a28cb1cd092278a Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:45:29 -0700 Subject: [PATCH] test: accept profile_name kwarg in auth-check stubs --- tests/gateway/test_multiplex_adapter_registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gateway/test_multiplex_adapter_registry.py b/tests/gateway/test_multiplex_adapter_registry.py index ca744f80e17c..4c8f6497ea7a 100644 --- a/tests/gateway/test_multiplex_adapter_registry.py +++ b/tests/gateway/test_multiplex_adapter_registry.py @@ -367,7 +367,7 @@ class TestSecondaryProfileConfigHandling: runner._handle_active_session_busy_message = object() runner._recover_telegram_topic_thread_id = object() runner._busy_text_mode = "queue" - runner._make_adapter_auth_check = lambda platform: object() + runner._make_adapter_auth_check = lambda platform, profile_name=None: object() reviewer_cfg = GatewayConfig(multiplex_profiles=True) reviewer_cfg.platforms = { @@ -441,7 +441,7 @@ class TestSecondaryProfileConfigHandling: runner._handle_active_session_busy_message = object() runner._recover_telegram_topic_thread_id = object() runner._busy_text_mode = "queue" - runner._make_adapter_auth_check = lambda platform: object() + runner._make_adapter_auth_check = lambda platform, profile_name=None: object() profile_cfg = GatewayConfig(multiplex_profiles=False) profile_cfg.platforms = {