mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix file endpoint naming in the openai_files_streaming test
This commit is contained in:
parent
ba0c49fd4e
commit
8aef24c871
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def request_obj() -> Request:
|
|||
scope = {
|
||||
"type": "http",
|
||||
"method": "GET",
|
||||
"path": "/v2/files/file-123/content",
|
||||
"path": "/v1/files/file-123/content",
|
||||
"headers": [],
|
||||
"query_string": b"",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue