From b502c614f5a3fd23b1c3710d797de83ee0c567fd Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 18:25:08 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/user_control.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index dcf0ca86c2..1c5d1a5d10 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -134,7 +134,6 @@ class TDTestCase: def alter_pass_current(self): self.__init_pass = True - tdSql.execute(self.__alter_pass_sql[0]) if self.__init_pass else tdSql.execute(self.__alter_pass_sql[1] ) if self.__init_pass: tdSql.query(self.__alter_pass_sql[0]) self.__init_pass = False @@ -218,7 +217,7 @@ class TDTestCase: # 密码登录认证 - tdLog.printNoPrefix("==========step3: alter user pass test") + tdLog.printNoPrefix("==========step4: check login test") self.login_err("err1", "passwd1") self.login_currrent(self.__user_list[0], self.__passwd_list[0])