Skip to content

Commit c485fde

Browse files
Update tests/integrations/openai_agents/test_openai_agents.py
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 5802750 commit c485fde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ async def test_span_status_error(sentry_init, capture_events, test_agent):
688688
async def test_mcp_tool_execution_spans(sentry_init, capture_events, test_agent):
689689
"""
690690
Test that MCP (Model Context Protocol) tool calls create execute_tool spans.
691-
This tests the functionality added in the PR for MCP tool execution tracking.
692691
"""
693692

694693
with patch.dict(os.environ, {"OPENAI_API_KEY": "test-key"}):

0 commit comments

Comments
 (0)