From cb887a9b283be240fd0b7866bb77048d0f9fcb7f Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Sat, 2 Oct 2021 19:40:28 +0800 Subject: [PATCH] [skip ci]Update comments for connection tests (#9080) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_connection.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_connection.py b/tests/python_client/testcases/test_connection.py index 7ffb3e3ebf..a1794551ff 100644 --- a/tests/python_client/testcases/test_connection.py +++ b/tests/python_client/testcases/test_connection.py @@ -395,9 +395,10 @@ class TestConnectionOperation(TestcaseBase): @pytest.mark.tags(ct.CaseLabel.L1) def test_connection_connect_default_alias_invalid(self, port): """ - target: connect passes configure is not exist and raise error - method: connect passes configure is not exist - expected: response of connect is error + target: connect with non existing params + method: 1. add connection with non existing params + 2. try to connect + expected: raise an exception """ # add invalid default connection