Fix broken test (config --get should never have more than one config scope)

This commit is contained in:
Zach Musgrave
2021-11-09 15:16:30 -08:00
parent 5a8a95d369
commit 79c78168ea

View File

@@ -137,6 +137,7 @@ func TestConfigGet(t *testing.T) {
CfgSet: multiCfg,
ConfigElem: env.LocalConfig,
Key: "title",
Code: 1,
},
{
Name: "missing param",