mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
test: accept profile_name kwarg in auth-check stubs
This commit is contained in:
parent
bb853b2e95
commit
c3b2af95e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue