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",
|
||||
"AdvertiseAddrLAN": "",
|
||||
"AdvertiseAddrWAN": "",
|
||||
"Audit": {
|
||||
"enabled": false
|
||||
},
|
||||
"AutopilotCleanupDeadServers": false,
|
||||
"AutopilotDisableUpgradeMigration": false,
|
||||
"AutopilotLastContactThreshold": "0s",
|
||||
|
|
Loading…
Reference in New Issue