mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Remove unused parameters (#11122)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
aa2f4fee83
commit
29715a3cb1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user