mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update test comments (#8645)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/8695/merge
parent
32d03fe92e
commit
8690113f62
|
@ -281,9 +281,9 @@ class TestConnectionOperation(TestcaseBase):
|
|||
@pytest.mark.tags(ct.CaseLabel.L1)
|
||||
def test_connection_add_after_connect(self, host, port):
|
||||
"""
|
||||
target: add_connect passes different params after normal connect
|
||||
method: normal connection then add_connect passes different params
|
||||
expected: add_connect failed
|
||||
target: add_connection with different params after normal connect
|
||||
method: then add_connection with different params
|
||||
expected: add_connection failed
|
||||
"""
|
||||
|
||||
# create connection that param of alias is not exist
|
||||
|
|
Loading…
Reference in New Issue