rename test

Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
Nick Hill 2025-07-23 14:57:34 +01:00
parent 1c300fcf5a
commit fb0cf7e212

View File

@ -171,8 +171,9 @@ async def clients(servers: list[tuple[RemoteOpenAIServer, list[str]]]):
"model_name", "model_name",
[MODEL_NAME], [MODEL_NAME],
) )
async def test_hybrid_lb_single_completion(clients: list[ async def test_hybrid_lb_completion(clients: list[openai.AsyncOpenAI],
openai.AsyncOpenAI], servers: list[tuple[RemoteOpenAIServer, list[str]]], servers: list[tuple[RemoteOpenAIServer,
list[str]]],
model_name: str) -> None: model_name: str) -> None:
async def make_request(client: openai.AsyncOpenAI): async def make_request(client: openai.AsyncOpenAI):