mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip e2e] Remove unused variable (#14189)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
817182f48f
commit
c337ae23b6
@ -2925,4 +2925,4 @@ class TestSearchDSL(object):
|
||||
"""
|
||||
query = {}
|
||||
with pytest.raises(Exception) as e:
|
||||
res = connect.search(collection, query)
|
||||
connect.search(collection, query)
|
||||
|
Loading…
Reference in New Issue
Block a user