mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(tests): keep anthropic thinking coverage unique
Rename the duplicate Anthropic streaming thinking test so pytest collects both the thinking_delta and signature_delta assertions instead of silently overwriting one. Made-with: Cursor
This commit is contained in:
parent
eafed0fca7
commit
6cb26473c7
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ def test_translate_openai_content_to_anthropic_thinking_and_redacted_thinking():
|
|||
assert result[1]["data"] == "REDACTED"
|
||||
|
||||
|
||||
def test_translate_streaming_openai_chunk_to_anthropic_with_thinking():
|
||||
def test_translate_streaming_openai_chunk_to_anthropic_with_signature():
|
||||
choices = [
|
||||
StreamingChoices(
|
||||
finish_reason=None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue