Skip to content

Commit 0631f88

Browse files
.
1 parent 503b28c commit 0631f88

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
@@ -158,7 +158,7 @@ def test_langchain_text_completion(
158158
assert len(llm_spans) > 0
159159

160160
llm_span = llm_spans[0]
161-
assert llm_span["description"] == "Langchain LLM call"
161+
assert llm_span["description"] == "generate_text gpt-3.5-turbo"
162162
assert llm_span["data"]["gen_ai.request.model"] == "gpt-3.5-turbo"
163163
assert llm_span["data"]["gen_ai.response.text"] == "The capital of France is Paris."
164164
assert llm_span["data"]["gen_ai.usage.total_tokens"] == 25

0 commit comments

Comments
 (0)