diff --git a/tests/v1/test_hybrid_lb_dp.py b/tests/v1/test_hybrid_lb_dp.py index d7d86457595be..08336489abee1 100644 --- a/tests/v1/test_hybrid_lb_dp.py +++ b/tests/v1/test_hybrid_lb_dp.py @@ -171,9 +171,10 @@ async def clients(servers: list[tuple[RemoteOpenAIServer, list[str]]]): "model_name", [MODEL_NAME], ) -async def test_hybrid_lb_single_completion(clients: list[ - openai.AsyncOpenAI], servers: list[tuple[RemoteOpenAIServer, list[str]]], - model_name: str) -> None: +async def test_hybrid_lb_completion(clients: list[openai.AsyncOpenAI], + servers: list[tuple[RemoteOpenAIServer, + list[str]]], + model_name: str) -> None: async def make_request(client: openai.AsyncOpenAI): completion = await client.completions.create(