We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8916b29 commit 388ca1cCopy full SHA for 388ca1c
posthog/test/ai/langchain/test_callbacks.py
@@ -618,7 +618,7 @@ def test_graph_state(mock_client):
618
assert isinstance(result["messages"][2], AIMessage)
619
assert result["messages"][2].content == "It's a type of greeble."
620
621
- assert mock_client.capture.call_count == 12
+ assert mock_client.capture.call_count == 6
622
calls = [call[1] for call in mock_client.capture.call_args_list]
623
624
trace_args = calls[11]
0 commit comments