Skip to content

Commit e8011b9

Browse files
committed
include missing field specifier
1 parent 50177bc commit e8011b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lookup_/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _test_with_raw_data(self, model, test_function):
123123

124124
for op, predicate in self._OPERATOR_PREDICATE_MAP.items():
125125
with self.subTest(op=op):
126-
test_function(op, predicate)
126+
test_function(op, predicate, "title")
127127

128128
finally:
129129
collection.delete_one({"_id": self.unique_id})

0 commit comments

Comments
 (0)