Revert "Add license metadata to health/readiness endpoint. (#15997)"

This reverts commit d89990e0c5.
This commit is contained in:
Ishaan Jaffer
2025-12-05 19:31:30 -08:00
parent 12850969fb
commit 8b499adba6
2 changed files with 3 additions and 24 deletions
@@ -25,7 +25,10 @@ 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