test: drop the restating docstring on the readiness reason test
Some checks failed
ai-gateway image / ai-gateway release image (push) Has been cancelled
LiteLLM Rust / rust-lint (push) Has been cancelled
LiteLLM Rust / rust-test (push) Has been cancelled

This commit is contained in:
Devin AI 2026-09-12 04:37:16 +00:00
parent 912d7c4b6e
commit bac482df58

View file

@ -1374,11 +1374,6 @@ def test_health_readiness_details_reports_env_credential_login_warning(monkeypat
def test_health_readiness_details_reports_insecure_master_key_reason(
monkeypatch, master_key, general_settings, expected_reason
):
"""
The Admin UI banner is driven by this field: it must be "example_key" while
the docs example key is configured, "missing" when no master key is set and
no alternative auth replaces it, and null when the configured key is strong.
"""
app = FastAPI()
app.include_router(_health_endpoints_module.router)
app.dependency_overrides[user_api_key_auth] = lambda: UserAPIKeyAuth(user_role=LitellmUserRoles.PROXY_ADMIN)