Skip to content

Commit 4b872d6

Browse files
committed
fix tests
1 parent 901a313 commit 4b872d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

unit_tests/sources/declarative/retrievers/test_simple_retriever.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ def test_simple_retriever_with_additional_query_properties():
10961096
config=config,
10971097
parameters={},
10981098
),
1099+
property_selector=None,
10991100
config=config,
11001101
parameters={},
11011102
)
@@ -1167,6 +1168,7 @@ def test_simple_retriever_with_additional_query_properties_but_without_property_
11671168
property_list=["first_name", "last_name", "nonary", "bracelet"],
11681169
always_include_properties=[],
11691170
property_chunking=None,
1171+
property_selector=None,
11701172
config=config,
11711173
parameters={},
11721174
)
@@ -1349,6 +1351,7 @@ def test_simple_retriever_with_additional_query_properties_single_chunk():
13491351
config=config,
13501352
parameters={},
13511353
),
1354+
property_selector=None,
13521355
config=config,
13531356
parameters={},
13541357
)
@@ -1508,6 +1511,7 @@ def test_simple_retriever_still_emit_records_if_no_merge_key():
15081511
config=config,
15091512
parameters={},
15101513
),
1514+
property_selector=None,
15111515
config=config,
15121516
parameters={},
15131517
)

0 commit comments

Comments
 (0)