Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Nov 24, 2024
1 parent 3466451 commit 5c78a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/unit/danswer/llm/answering/test_answer.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_answer_with_search_no_tool_calling(

# Verify that get_args_for_non_tool_calling_llm was called on the mock_search_tool
mock_search_tool.get_args_for_non_tool_calling_llm.assert_called_once_with(
f"Task prompt\n\nQUERY:\n{QUERY}", [], answer_instance.llm
QUERY, [], answer_instance.llm
)

# Verify that the search tool's run method was called
Expand Down

0 comments on commit 5c78a4f

Please sign in to comment.