mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci]Update test comments (#9271)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
6b4c1138bc
commit
1d9a04ce6e
@ -507,9 +507,9 @@ class TestConnectionOperation(TestcaseBase):
|
||||
@pytest.mark.parametrize("connect_name", [DefaultConfig.DEFAULT_USING, "test_alias_nme"])
|
||||
def test_connection_connect_wrong_params(self, host, port, connect_name):
|
||||
"""
|
||||
target: connect directly via wrong parameters and raise error
|
||||
method: connect directly via wrong parameters
|
||||
expected: response of connect is error
|
||||
target: connect directly via invalid parameters and raise error
|
||||
method: connect directly via invalid parameters
|
||||
expected: raise exception with error msg
|
||||
"""
|
||||
|
||||
# created connection with wrong connect name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user