From d63deb5aaba45b655b32a89cce68d2d1c089e05e Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 18:49:41 +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 da6b78a5fa..6fe1166cf4 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -169,7 +169,7 @@ class TDTestCase: login_except = False try: with taos_connect(user=user, passwd=passwd) as conn: - pass + cursor = conn.cursor() except BaseException: login_except = True cursor = None