mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Refine test comments (#14399)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
b4c334ffdb
commit
5d45adc2fb
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user