[TD-5623]<feature>: fixed show variable python test case

This commit is contained in:
Ganlin Zhao 2021-08-15 14:33:44 +08:00
parent 600c3006ad
commit 3f4e205724
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class TDTestCase:
def run(self):
tdSql.query("show variables")
tdSql.checkData(54, 1, 864000)
tdSql.checkData(55, 1, 864000)
def stop(self):
tdSql.close()