Skip to content

Commit 6f71424

Browse files
typo
1 parent 0631f88 commit 6f71424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrations/langchain/test_langchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_langchain_text_completion(
111111
)
112112
events = capture_events()
113113

114-
model_repsonse = get_model_response(
114+
model_response = get_model_response(
115115
Completion(
116116
id="completion-id",
117117
object="text_completion",
@@ -143,7 +143,7 @@ def test_langchain_text_completion(
143143
with patch.object(
144144
model.client._client._client,
145145
"send",
146-
return_value=model_repsonse,
146+
return_value=model_response,
147147
) as _:
148148
with start_transaction():
149149
input_text = "What is the capital of France?"

0 commit comments

Comments
 (0)