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,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(