test(func): modify updatecfg_dict to updatecfgDict

This commit is contained in:
qevolg 2024-10-22 15:08:14 +08:00
parent 7af2a8dbc3
commit 65199c9826
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from frame.caseBase import *
from frame.common import *
class TDTestCase(TBase):
updatecfg_dict = {
updatecfgDict = {
"keepColumnName": "1",
"ttlChangeOnWrite": "1",
"querySmaOptimize": "1",