From c5e8cb25caa39ed018ede5270e1566e8f7448396 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2017 11:57:24 -0500 Subject: simplify things (#7735) --- utils/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/config_test.go') diff --git a/utils/config_test.go b/utils/config_test.go index 366e85c84..527718bbb 100644 --- a/utils/config_test.go +++ b/utils/config_test.go @@ -37,7 +37,7 @@ func TestConfigFromEnviroVars(t *testing.T) { t.Fatal("Couldn't read config from enviroment var") } - if *Cfg.ServiceSettings.EnableCommands != false { + if *Cfg.ServiceSettings.EnableCommands { t.Fatal("Couldn't read config from enviroment var") } -- cgit v1.2.3-1-g7c22