diff --git a/studio/backend/tests/test_llama_cpp_reprompt_guard.py b/studio/backend/tests/test_llama_cpp_reprompt_guard.py index 6c0bf75539..8f9dd04ff1 100644 --- a/studio/backend/tests/test_llama_cpp_reprompt_guard.py +++ b/studio/backend/tests/test_llama_cpp_reprompt_guard.py @@ -924,12 +924,7 @@ def test_reprompts_on_incomplete_html_with_inner_numbered_list(): "1. Section one.\n" "2. Section two.\n" ), - ( - "Let me design a chart.\n" - "\n" - "1. circle.\n" - "2. rect." - ), + ("Let me design a chart.\n" "\n" "1. circle.\n" "2. rect."), ] for content in samples: assert not _has_answer_artifact(content), content