From 596bd817cd405da9b45b7bd13b59993f041d7bab Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 18:36:23 +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 7b5bc09e7c..be6f45d3dc 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -224,7 +224,7 @@ class TDTestCase: # 密码登录认证 tdLog.printNoPrefix("==========step4: check login test") - self.login_err("err1", "passwd1") + self.login_err(self.__user_list[0], "passwd1") self.login_currrent(self.__user_list[0], self.__passwd_list[0]) -- GitLab