mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-08 05:18:49 +03:00
refactor(cli): split commands into focused modules (#5175)
This commit is contained in:
@@ -413,7 +413,7 @@ def test_gateway_missing_provider_managed_start_for_webui_setup(
|
||||
monkeypatch.setattr(GatewayRuntime, "start_background", fake_start_background)
|
||||
monkeypatch.setattr(GatewayRuntime, "restart", fake_restart)
|
||||
monkeypatch.setattr(
|
||||
"nanobot.cli.commands.ensure_webui_bundle",
|
||||
"nanobot.cli.webui_support.ensure_webui_bundle",
|
||||
lambda **_kwargs: None,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user