fix: align status bar skin tests with upstream main

Drop rebased test assumptions about theme-mode helpers removed on main and keep the status bar skin integration aligned with the current skin engine model.
This commit is contained in:
kshitij 2026-03-18 09:03:45 +05:30 committed by Teknium
parent c323217188
commit 81a504a4a0
3 changed files with 1 additions and 172 deletions

View file

@ -59,9 +59,6 @@ class TestCliSkinPromptIntegration:
def test_build_tui_style_dict_uses_skin_overrides(self):
cli = _make_cli_stub()
from hermes_cli.skin_engine import set_theme_mode
set_theme_mode("dark")
set_active_skin("ares")
skin = get_active_skin()
style_dict = cli._build_tui_style_dict()