test(auth): align chat retag fixture with active profile

This commit is contained in:
Hermes Agent
2026-06-29 02:38:44 -06:00
committed by nesquena-hermes
parent 9e861b5651
commit a397b5e078
+1
View File
@@ -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,