mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Added invokable paths for role categories
This commit is contained in:
@@ -28,7 +28,8 @@ class TestCategoryPaths(unittest.TestCase):
|
||||
|
||||
# Nested subcategories (keys other than metadata)
|
||||
for sub_key in attrs:
|
||||
if sub_key in ('title', 'description', 'icon', 'children'):
|
||||
# Skip metadata keys
|
||||
if sub_key in ('title', 'description', 'icon', 'children', 'invokable'):
|
||||
continue
|
||||
expected.add(f"{top_key}-{sub_key}")
|
||||
|
||||
|
Reference in New Issue
Block a user