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