fix file endpoint naming in the openai_files_streaming test

This commit is contained in:
harish876 2026-04-08 01:21:06 +00:00
parent ba0c49fd4e
commit 8aef24c871

View file

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