chore: Fixes MCPToolset --> McpToolset in various places

PiperOrigin-RevId: 822377517
This commit is contained in:
Wei Sun (Jack)
2025-10-21 19:42:37 -07:00
committed by Copybara-Service
parent 7d5c6b9acf
commit d4dc645478
4 changed files with 13 additions and 13 deletions
@@ -301,7 +301,7 @@ class TestMCPToolset:
# Should log the error
error_output = custom_errlog.getvalue()
assert "Warning: Error during MCPToolset cleanup" in error_output
assert "Warning: Error during McpToolset cleanup" in error_output
assert "Cleanup error" in error_output
@pytest.mark.asyncio