mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix test proxy routes check
This commit is contained in:
parent
9d0e196687
commit
a6122ac293
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def test_routes_on_litellm_proxy():
|
|||
("/v1/threads/thread_49EIN5QF32s4mH20M7GFKdlZ", True),
|
||||
("/threads/thread_49EIN5QF32s4mH20M7GFKdlZ/messages", True),
|
||||
("/v1/threads/thread_49EIN5QF32s4mH20M7GFKdlZ/runs", True),
|
||||
("/v1/batches123456", True),
|
||||
("/v1/batches/123456", True),
|
||||
# Test non-OpenAI routes
|
||||
("/some/random/route", False),
|
||||
("/v2/chat/completions", False),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue