Skip to content

Commit f8d42e9

Browse files
different function
1 parent a4ed760 commit f8d42e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/langchain/test_langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def test_langchain_agent(
329329
agent_executor = AgentExecutor(agent=agent, tools=[get_word_length], verbose=True)
330330

331331
with patch.object(
332-
llm.root_client._client,
332+
llm.client._client._client,
333333
"send",
334334
side_effect=[tool_response, final_response],
335335
) as _:

0 commit comments

Comments
 (0)