From fdd91a347aa9ece3778c6a8e62ffc65e38afc6df Mon Sep 17 00:00:00 2001 From: mateo Date: Sun, 20 Sep 2026 02:44:52 +0000 Subject: [PATCH] test: drop narration comment from telemetry flag test Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/proxy/test_proxy_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/proxy/test_proxy_cli.py b/tests/test_litellm/proxy/test_proxy_cli.py index 8095930bbef..8cbae859b5c 100644 --- a/tests/test_litellm/proxy/test_proxy_cli.py +++ b/tests/test_litellm/proxy/test_proxy_cli.py @@ -617,7 +617,6 @@ class TestProxyInitializationHelpers: assert "Skipping server startup" in result.output mock_uvicorn_run.assert_not_called() - # --- legacy --telemetry flag is accepted, ignored and hidden --- result = runner.invoke( run_server, ["--local", "--skip_server_startup", "--telemetry", "False"] )