From 5284f6967b6e84f072d91b87c426dce28dae9387 Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 18:47:12 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/user_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index 80d376aae5..da6b78a5fa 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -225,7 +225,7 @@ class TDTestCase: # 密码登录认证 tdLog.printNoPrefix("==========step4: check login test") self.login_err(self.__user_list[0], "passwd1") - self.login_currrent(self.__user_list[0], self.__passwd_list[0]) + self.login_currrent(self.__user_list[0], f"new{self.__passwd_list[0]}") -- GitLab