Skip to content

Commit fb8ab19

Browse files
committed
Fix missing variable
1 parent abe0ecd commit fb8ab19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ def test_range_query_normalize_bad_input(index):
811811
"scorer", ["BM25", "TFIDF", "TFIDF.DOCNORM", "DISMAX", "DOCSCORE"]
812812
)
813813
def test_text_query(index, scorer):
814+
text = "a medical professional with expertise in lung cancer"
814815
text_field = "description"
815816
return_fields = ["user", "credit_score", "age", "job", "location", "description"]
816817

0 commit comments

Comments
 (0)