This commit is contained in:
cpwu 2022-05-12 19:50:31 +08:00
parent b3ae3cbadc
commit 95337fd521
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class TDTestCase:
with taos_connect(self.__user_list[0], f"new{self.__passwd_list[0]}") as conn:
user = conn
# 不能创建用户
tdLog.printNoPrefix("==========step4: normal user can not create user")
tdLog.printNoPrefix("==========step5: normal user can not create user")
user.error("create use utest1 pass 'utest1pass'")