config/runtime: fix an extra field in config sanitize
This commit is contained in:
parent
c3d24d7c3e
commit
7aaedd8ab5
|
@ -6184,9 +6184,6 @@ func TestSanitize(t *testing.T) {
|
||||||
"AEInterval": "0s",
|
"AEInterval": "0s",
|
||||||
"AdvertiseAddrLAN": "",
|
"AdvertiseAddrLAN": "",
|
||||||
"AdvertiseAddrWAN": "",
|
"AdvertiseAddrWAN": "",
|
||||||
"Audit": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"AutopilotCleanupDeadServers": false,
|
"AutopilotCleanupDeadServers": false,
|
||||||
"AutopilotDisableUpgradeMigration": false,
|
"AutopilotDisableUpgradeMigration": false,
|
||||||
"AutopilotLastContactThreshold": "0s",
|
"AutopilotLastContactThreshold": "0s",
|
||||||
|
|
Loading…
Reference in New Issue