test:modify testcase of insertWithMoreVgroups.py

This commit is contained in:
tomchon 2022-06-28 21:43:24 +08:00
parent 0c85bd1e98
commit 5ddcb86275
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class TDTestCase:
user = "root"
password = "taosdata"
port =6030
con=taos.connect(host=host, user=user, password=password, config=cfg ,port=port,config="/home/chr/TDengine/sim/psim/cfg/")
con=taos.connect(host=host, user=user, password=password, config=cfg ,port=port)
cur=con.cursor()
print(cur)
return cur