This commit is contained in:
cpwu 2022-05-12 18:47:12 +08:00
parent eee98ab0b2
commit 5284f6967b
1 changed files with 1 additions and 1 deletions

View File

@ -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]}")