mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove unused variable (#14189)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14128/merge
parent
817182f48f
commit
c337ae23b6
|
@ -2925,4 +2925,4 @@ class TestSearchDSL(object):
|
||||||
"""
|
"""
|
||||||
query = {}
|
query = {}
|
||||||
with pytest.raises(Exception) as e:
|
with pytest.raises(Exception) as e:
|
||||||
res = connect.search(collection, query)
|
connect.search(collection, query)
|
||||||
|
|
Loading…
Reference in New Issue