From 79ccc712a970e7d3c16951525235195b9f67867c Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 12 May 2022 19:02:49 +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 eac0e6947e..52df5545b6 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -175,7 +175,7 @@ class TDTestCase: login_except = True cursor = None - tdLog.printNoPrefix("end,", login_except) + tdLog.printNoPrefix(f"end,{login_except}") return login_except, cursor -- GitLab