Skip to content

Commit 391c7be

Browse files
author
Jesus Terrazas
committed
test fix
1 parent 975e822 commit 391c7be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/tooling/extensions/googleadk/test_mcp_tool_registration_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def mock_server_config(self):
9696
"""Create a mock MCP server configuration."""
9797
mock = MagicMock()
9898
mock.mcp_server_name = "test-server"
99-
mock.mcp_server_unique_name = "https://test-server.example.com/mcp"
99+
mock.mcp_server_unique_name = "test-server"
100+
mock.url = "https://test-server.example.com/mcp"
100101
return mock
101102

102103
@pytest.mark.asyncio

0 commit comments

Comments
 (0)