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:
CJYLZS 2026-04-20 17:14:19 +08:00
parent eafed0fca7
commit 6cb26473c7

View file

@ -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,