From d15eebadb23e59160f5a2e3fb44506db08269d65 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 10:24:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/python/test_rag_tool_handler.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/python/test_rag_tool_handler.py b/tests/python/test_rag_tool_handler.py index c3944b5792..a8d7cf2354 100644 --- a/tests/python/test_rag_tool_handler.py +++ b/tests/python/test_rag_tool_handler.py @@ -114,7 +114,10 @@ def test_format_hits_produces_fenced_chunks(): }, ] result = _format_hits_for_llm(hits) - assert '' in result + assert ( + '' + in result + ) assert 'chunk_index="12"' in result assert 'tokens="42"' in result assert "first body\n" in result