diff --git a/tests/unit/orchestrator/test_qwen3_vl_e2e.py b/tests/unit/orchestrator/test_qwen3_vl_e2e.py index ffbdc45457..bce8b24e0d 100644 --- a/tests/unit/orchestrator/test_qwen3_vl_e2e.py +++ b/tests/unit/orchestrator/test_qwen3_vl_e2e.py @@ -64,9 +64,9 @@ async def post(self, path, *, cast_to=dict, body=None, options=None): "token_ids": [50, 60, 151645], "logprobs": { "content": [ - {"token": "t1", "logprob": -0.1}, - {"token": "t2", "logprob": -0.2}, - {"token": "t3", "logprob": -0.3}, + {"token": "token_id:50", "logprob": -0.1}, + {"token": "token_id:60", "logprob": -0.2}, + {"token": "token_id:151645", "logprob": -0.3}, ] }, "finish_reason": "stop",