diff --git a/tests/python_client/base/client_base.py b/tests/python_client/base/client_base.py index 13f862c9c9..f2291b0348 100644 --- a/tests/python_client/base/client_base.py +++ b/tests/python_client/base/client_base.py @@ -95,11 +95,11 @@ class Base: class TestcaseBase(Base): """ Additional methods; - Public methods that can be used to add cases. + Public methods that can be used for test cases. """ def _connect(self): - """ Add an connection and create the connect """ + """ Add a connection and create the connect """ res, is_succ = self.connection_wrap.connect(alias=DefaultConfig.DEFAULT_USING, host=param_info.param_host, port=param_info.param_port) return res