fix case
This commit is contained in:
parent
18eb0af95e
commit
eee98ab0b2
|
@ -184,7 +184,7 @@ class TDTestCase:
|
||||||
def login_currrent(self, user, passwd):
|
def login_currrent(self, user, passwd):
|
||||||
login_except, _ = self.user_login(user, passwd)
|
login_except, _ = self.user_login(user, passwd)
|
||||||
if login_except:
|
if login_except:
|
||||||
tdLog.exit("connect failed, user and pass do not match!")
|
tdLog.exit(f"connect failed, user: {user} and pass: {passwd} do not match!")
|
||||||
else:
|
else:
|
||||||
tdLog.info("connect successfully, user and pass matched!")
|
tdLog.info("connect successfully, user and pass matched!")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue