Skip to content

Commit 82b6c00

Browse files
remove print
1 parent 34e7e0a commit 82b6c00

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
@@ -181,7 +181,6 @@ async def test_agent_invocation_span(
181181

182182
(transaction,) = events
183183
spans = transaction["spans"]
184-
print(spans)
185184
invoke_agent_span, ai_client_span = spans
186185

187186
assert transaction["transaction"] == "test_agent workflow"

0 commit comments

Comments
 (0)