Skip to content

Commit fb388a9

Browse files
update kwarg
1 parent a566ced commit fb388a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/langchain/test_langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_langchain_chat_with_run_name(
197197
nonstreaming_chat_completions_model_response(
198198
response_id="chat-id",
199199
response_model="response-model-id",
200-
response_content="the model response",
200+
message_content="the model response",
201201
created=10000000,
202202
),
203203
serialize_pydantic=True,

0 commit comments

Comments
 (0)