[skip e2e] Remove unused variable (#14189)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14128/merge
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
1 changed files with 1 additions and 1 deletions

View File

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