From 107b99c7337b612e33a02ab8aede66b3751921b1 Mon Sep 17 00:00:00 2001 From: mateo Date: Fri, 11 Sep 2026 22:17:56 +0000 Subject: [PATCH] test(proxy): drop docstring from startup warning test Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/proxy/proxy_server/test_lifecycle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/proxy/proxy_server/test_lifecycle.py b/tests/test_litellm/proxy/proxy_server/test_lifecycle.py index 785a0dacdf2..f592e9a8a7d 100644 --- a/tests/test_litellm/proxy/proxy_server/test_lifecycle.py +++ b/tests/test_litellm/proxy/proxy_server/test_lifecycle.py @@ -1077,7 +1077,6 @@ async def test_prometheus_fallback_stats_job_runs_when_the_lock_is_free_or_absen @pytest.mark.asyncio async def test_proxy_startup_event_warns_but_does_not_raise_for_docs_example_master_key(monkeypatch): - """With LITELLM_MASTER_KEY=sk-1234 the lifespan logs a loud warning and keeps booting.""" monkeypatch.setenv("LITELLM_MASTER_KEY", "sk-1234") with patch.object(ps.verbose_proxy_logger, "warning") as mock_warning: