mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test_initialize_router_endpoints
This commit is contained in:
parent
da2669154a
commit
e0252a9b49
1 changed files with 3 additions and 0 deletions
|
@ -545,6 +545,9 @@ def test_initialize_router_endpoints():
|
|||
]
|
||||
)
|
||||
|
||||
# Explicitly call initialize_router_endpoints
|
||||
router.initialize_router_endpoints()
|
||||
|
||||
# Verify all expected endpoints are initialized
|
||||
assert hasattr(router, "amoderation")
|
||||
assert hasattr(router, "aanthropic_messages")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue