fix case
This commit is contained in:
parent
7ef019d105
commit
0682a6bd86
|
@ -268,6 +268,8 @@ class TDTestCase:
|
||||||
updatecfgDict["monitorMaxLogs"] = "10"
|
updatecfgDict["monitorMaxLogs"] = "10"
|
||||||
updatecfgDict["monitorComp"] = "1"
|
updatecfgDict["monitorComp"] = "1"
|
||||||
|
|
||||||
|
updatecfgDict["audit"] = '0'
|
||||||
|
|
||||||
print ("===================: ", updatecfgDict)
|
print ("===================: ", updatecfgDict)
|
||||||
|
|
||||||
def init(self, conn, logSql, replicaVar=1):
|
def init(self, conn, logSql, replicaVar=1):
|
||||||
|
|
Loading…
Reference in New Issue