mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 18:23:40 +00:00
test_health_and_chat_completion
This commit is contained in:
@@ -25,9 +25,6 @@ async def test_health_and_chat_completion():
|
||||
readiness_response = await response.json()
|
||||
assert readiness_response["status"] == "connected"
|
||||
|
||||
# New assertion: license metadata is present
|
||||
assert "license" in readiness_response
|
||||
assert "has_license" in readiness_response["license"]
|
||||
|
||||
# Test liveness endpoint
|
||||
async with session.get("http://0.0.0.0:4000/health/liveness") as response:
|
||||
|
||||
Reference in New Issue
Block a user