mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Remove unused parameter (#11812)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
5a948da933
commit
30b49da04a
@ -2282,7 +2282,7 @@ class TestSearchBase:
|
||||
assert check_id_result(res[0], ids[0])
|
||||
else:
|
||||
with pytest.raises(Exception) as e:
|
||||
res = connect.search(collection, **query)
|
||||
connect.search(collection, **query)
|
||||
|
||||
@pytest.mark.skip("r0.3-test")
|
||||
def _test_search_field(self, connect, collection, get_top_k, get_nq):
|
||||
|
Loading…
Reference in New Issue
Block a user