mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove unused parameters (#11122)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/11130/head
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…
Reference in New Issue