Merge pull request #27000 from BerriAI/litellm_fix_pdf_file_id_test

[Test] Anthropic: Use jsDelivr CDN For PDF Fixture URL
This commit is contained in:
yuneng-jiang 2026-05-01 14:36:25 -07:00 committed by GitHub
commit ebd335da67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -401,7 +401,7 @@ class BaseLLMChatTest(ABC):
{
"type": "file",
"file": {
"file_id": "https://upload.wikimedia.org/wikipedia/commons/2/20/Re_example.pdf"
"file_id": "https://cdn.jsdelivr.net/gh/BerriAI/litellm@d769e81c90d453240c61fc572cdb27fae06a89d0/tests/llm_translation/fixtures/dummy.pdf"
},
},
]