We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85dffe commit f8f98c1Copy full SHA for f8f98c1
1 file changed
tests/integrations/openai_agents/test_openai_agents.py
@@ -3140,7 +3140,6 @@ async def test_mcp_tool_execution_with_error(
3140
assert mcp_tool_span["name"] == "execute_tool failing_mcp_tool"
3141
assert mcp_tool_span["attributes"]["gen_ai.tool.name"] == "failing_mcp_tool"
3142
assert mcp_tool_span["attributes"]["gen_ai.tool.input"] == '{"query": "test"}'
3143
- assert mcp_tool_span["attributes"]["gen_ai.tool.output"] == "None"
3144
3145
# Verify error status was set
3146
assert mcp_tool_span["status"] == "error"
0 commit comments