[skip ci] Remove unused parameters (#11122)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/11130/head
binbin 2021-11-02 22:07:19 +08:00 committed by GitHub
parent aa2f4fee83
commit 29715a3cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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