diff --git a/tests/pytest/tools/windows_input.py b/tests/pytest/tools/windows_input.py index aeb3ee778383d31e726ec9f3c123311111c1c9ab..fa705ac3b15bf5950910a0586610726ed83b79b7 100644 --- a/tests/pytest/tools/windows_input.py +++ b/tests/pytest/tools/windows_input.py @@ -52,7 +52,7 @@ class TDTestCase: temp = '' for i in range(300): temp += 'a' - sql = "'insert into db.tb values(now,'%s')" % temp + sql = "insert into db.tb values(now,'%s')" % temp window.SendKeys(sql) window.SendKeys('{Enter}') window.SendKeys('{Ctrl}C')