[skip e2e] Refine test comments (#14399)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-12-28 13:59:50 +08:00 committed by GitHub
parent b4c334ffdb
commit 5d45adc2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2566,7 +2566,7 @@ class TestSearchBase:
def test_search_without_connect(self, dis_connect, collection):
"""
target: test search vectors without connection
method: use dis connected instance, call search method and check if search successfully
method: use disconnected instance, call search method and check if search successfully
expected: raise exception
"""
with pytest.raises(Exception) as e: