[skip e2e] Remove unused variable (#14189)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-12-24 17:20:24 +08:00 committed by GitHub
parent 817182f48f
commit c337ae23b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2925,4 +2925,4 @@ class TestSearchDSL(object):
"""
query = {}
with pytest.raises(Exception) as e:
res = connect.search(collection, query)
connect.search(collection, query)