Skip to content

Commit 46c5195

Browse files
committed
fix: broken merge
1 parent af8a5d4 commit 46c5195

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
@@ -731,7 +731,6 @@ async def test_async_anthropic_streaming(mock_client):
731731
assert first_call_props["$ai_http_status"] == 200
732732
assert first_call_props["$ai_input_tokens"] == 17
733733
assert first_call_props["$ai_output_tokens"] is not None
734-
assert call["properties"]["$ai_output"] is None
735734

736735

737736
def test_tool_calls(mock_client):

0 commit comments

Comments
 (0)