mirror of https://github.com/status-im/consul.git
config/runtime: fix an extra field in config sanitize
This commit is contained in:
parent
927f584761
commit
4a86cb12c1
|
@ -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