mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-16 14:57:15 +00:00
fix(box): reload workspace-scoped skills after reconnect
This commit is contained in:
@@ -565,7 +565,7 @@ async def test_box_service_reconnect_restores_workspace_and_runs_cleanup(
|
||||
connector.reconnect.assert_awaited_once()
|
||||
service._ensure_default_workspace.assert_called_once()
|
||||
service._purge_attachment_dirs.assert_awaited_once()
|
||||
app.skill_mgr.reload_skills.assert_awaited_once()
|
||||
app.skill_mgr.reload_skills.assert_awaited_once_with(_CONTEXT)
|
||||
assert service.available is True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user