From 27a98de6005257f13e5cbc0e6090931bb2e39d1f Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 31 Oct 2025 19:28:59 -0700 Subject: [PATCH] test_health_and_chat_completion --- tests/basic_proxy_startup_tests/test_basic_proxy_startup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/basic_proxy_startup_tests/test_basic_proxy_startup.py b/tests/basic_proxy_startup_tests/test_basic_proxy_startup.py index ef6e337a7a..43250af44e 100644 --- a/tests/basic_proxy_startup_tests/test_basic_proxy_startup.py +++ b/tests/basic_proxy_startup_tests/test_basic_proxy_startup.py @@ -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: