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