Skip to content

Commit ce892b8

Browse files
committed
fix: remove print
1 parent 515579e commit ce892b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

posthog/test/ai/langchain/test_callbacks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ def test_tool_calls(mock_client):
679679

680680
assert mock_client.capture.call_count == 1
681681
call = mock_client.capture.call_args[1]
682-
print(call["properties"]["$ai_output"]["choices"])
683682
assert call["properties"]["$ai_output"]["choices"][0]["tool_calls"] == [
684683
{
685684
"type": "function",

0 commit comments

Comments
 (0)