Skip to content

Commit 431fc2b

Browse files
chore: fix black formatting
Signed-off-by: Matthew Grigsby <38010437+MatthewGrigsby@users.noreply.github.com>
1 parent 71b8f69 commit 431fc2b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/commands/resources/test_plugins.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ class TestPluginCommands:
2323
def test_plugins_list_success(self, mock_console) -> None:
2424
"""Test plugins list command with table output."""
2525
mock_response = {
26-
"plugins": [{"name": "pii_filter", "version": "1.0.0", "author": "ContextForge", "mode": "enforce", "status": "enabled", "priority": 10, "hooks": ["tool_pre_invoke"], "tags": ["security"]}],
26+
"plugins": [
27+
{"name": "pii_filter", "version": "1.0.0", "author": "ContextForge", "mode": "enforce", "status": "enabled", "priority": 10, "hooks": ["tool_pre_invoke"], "tags": ["security"]}
28+
],
2729
"total": 1,
2830
"enabled_count": 1,
2931
"disabled_count": 0,

0 commit comments

Comments
 (0)