We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f071d4 commit 0b84ea2Copy full SHA for 0b84ea2
tests/tools/test_block_storage_tools.py
@@ -615,9 +615,6 @@ def test_register_tools(self):
615
block_storage_tools = BlockStorageTools()
616
block_storage_tools.register_tools(mock_mcp)
617
618
- # Verify mcp.tool() was called for each method
619
- assert mock_mcp.tool.call_count == 6
620
-
621
# Verify all methods were registered
622
registered_methods = [
623
call[0][0] for call in mock_tool_decorator.call_args_list
0 commit comments