Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 156ad55

Browse files
committedOct 28, 2024
assert_all_responses_were_requested=False
1 parent df2f322 commit 156ad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_templates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ def test_template_basic(
185185
else:
186186
assert result.exit_code == 1
187187
assert result.output.strip() == expected_error
188-
mocked_openai_chat.reset()
188+
mocked_openai_chat.reset(assert_all_responses_were_requested=False)

0 commit comments

Comments
 (0)
Please sign in to comment.