From 79c78168eaaf58ee21d199b5e6bac2bdb8bc548f Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Tue, 9 Nov 2021 15:16:30 -0800 Subject: [PATCH] Fix broken test (config --get should never have more than one config scope) --- go/cmd/dolt/commands/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/cmd/dolt/commands/config_test.go b/go/cmd/dolt/commands/config_test.go index 545b252f0f..e16eef9cca 100644 --- a/go/cmd/dolt/commands/config_test.go +++ b/go/cmd/dolt/commands/config_test.go @@ -137,6 +137,7 @@ func TestConfigGet(t *testing.T) { CfgSet: multiCfg, ConfigElem: env.LocalConfig, Key: "title", + Code: 1, }, { Name: "missing param",