API change POST /test to GET /health

This commit is contained in:
Raghotham Murthy 2025-10-27 13:07:22 -07:00
parent 659e6ee86c
commit 0d8e27b461
8 changed files with 2548 additions and 2772 deletions

View file

@ -282,9 +282,7 @@ class TestDynamicProviderManagement:
)
# Test connection
response = await provider_impl.health(
api=Api.inference.value, provider_id="test-unhealthy"
)
response = await provider_impl.health(api=Api.inference.value, provider_id="test-unhealthy")
# Verify response shows unhealthy status
assert response.success is False