Skip to content

Commit 931aa30

Browse files
drop transaction reference in span streaming comment
1 parent e243b86 commit 931aa30

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6117,11 +6117,10 @@ def simple_tool(message: str) -> str:
61176117
# Tool span should have the conversation_id passed to Runner.run()
61186118
assert tool_span["attributes"]["gen_ai.conversation.id"] == "conv_tool_test_456"
61196119

6120-
# Workflow span (transaction) should have the same conversation_id
6120+
# Workflow span should have the same conversation_id
61216121
workflow_span = spans[4]
61226122
assert workflow_span["is_segment"] is True
61236123

6124-
# Workflow span (transaction) should have the same conversation_id
61256124
assert (
61266125
workflow_span["attributes"]["gen_ai.conversation.id"]
61276126
== "conv_tool_test_456"

0 commit comments

Comments
 (0)