mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
test: drop the restating docstring on the readiness reason test
This commit is contained in:
parent
912d7c4b6e
commit
bac482df58
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue