File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ async def test_tool_description_extraction(get_boto_session):
146146 f"Got: { list_farms_tool .description } "
147147 )
148148
149- assert "Calls the deadline:ListFarms API call" in list_farms_tool .description , (
149+ assert "Calls the [ deadline:ListFarms] API call" in list_farms_tool .description , (
150150 "Tool description should come from the function's doc string"
151151 )
152152
@@ -358,7 +358,7 @@ def test_mcp_server_startup_telemetry():
358358 mock_telemetry_client = MagicMock ()
359359
360360 with patch (
361- "deadline.client.cli._mcp_server .get_deadline_cloud_library_telemetry_client"
361+ "deadline.client.cli._groups.mcp_server_command .get_deadline_cloud_library_telemetry_client"
362362 ) as mock_get_client , patch ("deadline._mcp.server.main" ) as mock_mcp_main :
363363 mock_get_client .return_value = mock_telemetry_client
364364
You can’t perform that action at this time.
0 commit comments