mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
API change POST /test to GET /health
This commit is contained in:
parent
659e6ee86c
commit
0d8e27b461
8 changed files with 2548 additions and 2772 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue