diff --git a/examples/server/tests/unit/test_completion.py b/examples/server/tests/unit/test_completion.py index ee65901f15cdb..f7a427c337c8b 100644 --- a/examples/server/tests/unit/test_completion.py +++ b/examples/server/tests/unit/test_completion.py @@ -261,9 +261,7 @@ def check_slots_status(): "prompt,n_predict,requested_fields", [ ("I believe the meaning of life is", 8, []), - ( - "I believe the meaning of life is", 32, ["content", "generation_settings/n_predict", "prompt"], - ), + ("I believe the meaning of life is", 32, ["content", "generation_settings/n_predict", "prompt"]), ], ) def test_completion_requested_fields(