Skip to content

Commit c9548a7

Browse files
committed
fix: black
1 parent 2e3a7f2 commit c9548a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posthog/test/ai/langchain/test_callbacks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ def test_error(mock_client):
10461046
assert props["$ai_is_error"] is True
10471047
assert props["$ai_error"] == "Test error"
10481048

1049+
10491050
def test_http_error(mock_client):
10501051
prompt = ChatPromptTemplate.from_messages([("user", "Foo")])
10511052
model = FakeMessagesListChatModel(responses=[AIMessage(content="Bar")], http_status=400)

0 commit comments

Comments
 (0)