From 116a1bf40f368670f98405a463962b8aa580802f Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 19:47:58 +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 873c7a7629..a453058ea9 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -184,7 +184,7 @@ class TDTestCase: login_except = False try: with taos_connect(user=user, passwd=passwd) as conn: - cursor = conn.cursor() + cursor = conn.cursor except BaseException: login_except = True cursor = None