Skip to content

Commit f8f98c1

Browse files
update test with None attribute assertion
1 parent e85dffe commit f8f98c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3140,7 +3140,6 @@ async def test_mcp_tool_execution_with_error(
31403140
assert mcp_tool_span["name"] == "execute_tool failing_mcp_tool"
31413141
assert mcp_tool_span["attributes"]["gen_ai.tool.name"] == "failing_mcp_tool"
31423142
assert mcp_tool_span["attributes"]["gen_ai.tool.input"] == '{"query": "test"}'
3143-
assert mcp_tool_span["attributes"]["gen_ai.tool.output"] == "None"
31443143

31453144
# Verify error status was set
31463145
assert mcp_tool_span["status"] == "error"

0 commit comments

Comments
 (0)