feat(config): some additional config options, and config migration from deprecated keys
This commit is contained in:
parent
629358a81b
commit
4e78cefd56
16 changed files with 363 additions and 51 deletions
|
|
@ -101,7 +101,7 @@ func TestDoctorUndecodedKeys(t *testing.T) {
|
|||
}
|
||||
|
||||
savedCfg, savedUndecoded, savedErr := config, configUndecodedKeys, configErr
|
||||
config, configUndecodedKeys, configErr = loadConfig()
|
||||
config, configUndecodedKeys, _, configErr = loadConfig()
|
||||
t.Cleanup(func() {
|
||||
config, configUndecodedKeys, configErr = savedCfg, savedUndecoded, savedErr
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue