mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-11 18:20:30 +00:00
test(auth): align chat retag fixture with active profile
This commit is contained in:
committed by
nesquena-hermes
parent
9e861b5651
commit
a397b5e078
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user