From 28915c9e0cd86b5905322432e15eb6c49d2d595e Mon Sep 17 00:00:00 2001 From: cpwu Date: Fri, 13 May 2022 12:00:56 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/user_control.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index 18246774e4..c466025847 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -162,6 +162,8 @@ class TDTestCase: for sql in sqls: tdSql.error(sql) + tdSql.execute("DROP USER u1") + def __alter_pass_sql(self, user, passwd): return f'''ALTER USER {user} PASS '{passwd}' ''' -- GitLab