From 2305b2597f3658329479645820b985db78da103f Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 4 Jul 2016 09:30:57 -0400 Subject: PLT-3456 Fix Errors while starting the server (#3445) * PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages. * Fixing tests --- utils/config_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/config_test.go') diff --git a/utils/config_test.go b/utils/config_test.go index 96ef49696..d42f99a69 100644 --- a/utils/config_test.go +++ b/utils/config_test.go @@ -8,6 +8,7 @@ import ( ) func TestConfig(t *testing.T) { + TranslationsPreInit() LoadConfig("config.json") InitTranslations(Cfg.LocalizationSettings) } -- cgit v1.2.3-1-g7c22