test_initialize_router_endpoints

This commit is contained in:
Ishaan Jaff 2025-03-12 19:27:32 -07:00
parent da2669154a
commit e0252a9b49

View file

@ -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")