mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-25 07:24:46 +00:00
assert_all_responses_were_requested=False
This commit is contained in:
parent
1f822d820b
commit
db1d77f486
1 changed files with 1 additions and 1 deletions
|
|
@ -185,4 +185,4 @@ def test_template_basic(
|
|||
else:
|
||||
assert result.exit_code == 1
|
||||
assert result.output.strip() == expected_error
|
||||
mocked_openai_chat.reset()
|
||||
mocked_openai_chat.reset(assert_all_responses_were_requested=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue