mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-04 10:24:40 +00:00
Fix: remove merge markdown (#17586)
This commit is contained in:
@@ -25,10 +25,6 @@ async def test_health_and_chat_completion():
|
||||
readiness_response = await response.json()
|
||||
assert readiness_response["status"] == "connected"
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> parent of d89990e0c5 (Add license metadata to health/readiness endpoint. (#15997))
|
||||
# Test liveness endpoint
|
||||
async with session.get("http://0.0.0.0:4000/health/liveness") as response:
|
||||
assert response.status == 200
|
||||
|
||||
Reference in New Issue
Block a user