mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Fixes MCPToolset --> McpToolset in various places
PiperOrigin-RevId: 822377517
This commit is contained in:
committed by
Copybara-Service
parent
7d5c6b9acf
commit
d4dc645478
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user