mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 20:06:06 +00:00
feat(tenancy): implement workspace isolation
This commit is contained in:
@@ -49,6 +49,7 @@ def make_app():
|
||||
# skills
|
||||
ap.skill_mgr = Mock()
|
||||
ap.skill_mgr.skills = {'a': {}, 'b': {}, 'c': {}}
|
||||
ap.skill_mgr.total_cached_skill_count.return_value = 3
|
||||
|
||||
return ap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user