7 lines
235 B
Python
7 lines
235 B
Python
from app.service.model_router_service import ModelRouterService
|
|
|
|
|
|
def test_router_health_filter_is_exposed() -> None:
|
|
assert hasattr(ModelRouterService, "mark_health")
|
|
assert hasattr(ModelRouterService, "select_with_fallback")
|