fix: remove syntax errors from test files caused by sed

Fixed syntax errors in test files that were introduced by batch sed replacement:
- test_tools_with_schemas.py: Removed leftover broken comments and closing brace
- test_mcp_json_schema.py: Removed all instances of broken comment blocks

The sed command left remnants that broke Python syntax.
This commit is contained in:
Omar Abdelwahab 2025-11-12 14:54:38 -08:00
parent d804e37e01
commit 7a823bc280
2 changed files with 6 additions and 29 deletions

View file

@ -193,11 +193,6 @@ class TestMCPToolsInChatCompletion:
mcp_endpoint=dict(uri=uri),
)
# Authorization now passed as request body parameter
# Removed auth_headers - using authorization parameter instead
# (no longer needed)
}
# Get the tools from MCP
tools_response = llama_stack_client.tool_runtime.list_tools(
tool_group_id=test_toolgroup_id,