From 8aef24c87153487a8437874080d2d0dfc126b168 Mon Sep 17 00:00:00 2001 From: harish876 Date: Wed, 8 Apr 2026 01:21:06 +0000 Subject: [PATCH] fix file endpoint naming in the openai_files_streaming test --- tests/proxy_unit_tests/test_openai_files_streaming_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/proxy_unit_tests/test_openai_files_streaming_endpoint.py b/tests/proxy_unit_tests/test_openai_files_streaming_endpoint.py index cfa9f64ca17..fa7f5db833b 100644 --- a/tests/proxy_unit_tests/test_openai_files_streaming_endpoint.py +++ b/tests/proxy_unit_tests/test_openai_files_streaming_endpoint.py @@ -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"", }