test(gui): Fix test_gui_window_controls_minimize_maximize_close unpacking error

Added missing mock for imscope.menu to prevent the test from entering the menu loops which expect valid imgui menu_item tuple return values.
This commit is contained in:
2026-05-14 20:09:28 -04:00
parent 1535b1c3e8
commit c8545dfbea
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2580,4 +2580,4 @@ def run_subagent_summarization(file_path: str, content: str, is_code: bool, outl
return resp_data.get("text", "")
return "ERROR: Unsupported provider for sub-agent summarization"
#endregion: Subagent Summarization
#endregion: Subagent Summarization