未验证 提交 29715a3c 编写于 作者: B binbin 提交者: GitHub

[skip ci] Remove unused parameters (#11122)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 aa2f4fee
......@@ -2748,7 +2748,7 @@ class TestSearchDSL(object):
method: search vector only
expected: search status ok, the length of result
"""
entities, ids = init_data(connect, collection)
init_data(connect, collection)
connect.load_collection(collection)
res = connect.search(collection, **default_query)
assert len(res) == nq
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册