From a397b5e07817a4589af190fc61baaae331f8643a Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 29 Jun 2026 02:38:44 -0600 Subject: [PATCH] test(auth): align chat retag fixture with active profile --- tests/test_profile_switch_1200.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_profile_switch_1200.py b/tests/test_profile_switch_1200.py index 853a0fe88..82a1d9de6 100644 --- a/tests/test_profile_switch_1200.py +++ b/tests/test_profile_switch_1200.py @@ -478,6 +478,7 @@ def test_chat_start_retags_empty_session_to_request_profile(monkeypatch, tmp_pat fake = FakeSession() monkeypatch.setattr(routes, "get_session", lambda sid: fake) + monkeypatch.setattr(routes, "_get_active_profile_name", lambda: "work") monkeypatch.setattr(routes, "resolve_trusted_workspace", lambda path: tmp_path) monkeypatch.setattr( routes,