Skip to content

Commit 3452e52

Browse files
remove print from test
1 parent 2606eef commit 3452e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/pydantic_ai/test_pydantic_ai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def failing_model(messages, info):
223223
with pytest.raises(RuntimeError, match="model exploded"):
224224
agent.run_sync("Test input")
225225

226-
print("events", len(events))
227226
(error, transaction) = events
228227
assert error["level"] == "error"
229228

0 commit comments

Comments
 (0)