From 05f96d6f01ebcdfb9777da69c2f87d1f9d687cc0 Mon Sep 17 00:00:00 2001 From: yoggydev <280342032+yoggydev@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:45:03 +0900 Subject: [PATCH] style(cli): reformat the autoroute process tests with ruff 0.15.3 --- tests/test_litellm/proxy/client/cli/autoroute/test_process.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_litellm/proxy/client/cli/autoroute/test_process.py b/tests/test_litellm/proxy/client/cli/autoroute/test_process.py index a2b0b608024..5451464b74e 100644 --- a/tests/test_litellm/proxy/client/cli/autoroute/test_process.py +++ b/tests/test_litellm/proxy/client/cli/autoroute/test_process.py @@ -171,8 +171,7 @@ class TestIsRunningDoesNotSignal: assert is_running(child.pid) is True time.sleep(1.0) assert child.poll() is None, ( - f"the liveness probe terminated the process it was asked about " - f"(exit code {child.returncode})" + f"the liveness probe terminated the process it was asked about (exit code {child.returncode})" ) assert is_running(child.pid) is True finally: