diff --git a/backend/tests/unit/qa_service/direct_qa/test_question_answer.py b/backend/tests/unit/qa_service/direct_qa/test_question_answer.py index ecd5cd05a0b..7133416ef44 100644 --- a/backend/tests/unit/qa_service/direct_qa/test_question_answer.py +++ b/backend/tests/unit/qa_service/direct_qa/test_question_answer.py @@ -112,6 +112,7 @@ def test_fuzzy_match_quotes_to_docs(self) -> None: blurb="anything", semantic_identifier="anything", section_continuation=False, + boost=1, metadata={}, ) test_chunk_1 = InferenceChunk( @@ -123,6 +124,7 @@ def test_fuzzy_match_quotes_to_docs(self) -> None: blurb="whatever", semantic_identifier="whatever", section_continuation=False, + boost=1, metadata={}, )