summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sqlstore/store_test.go')
-rw-r--r--store/sqlstore/store_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/store/sqlstore/store_test.go b/store/sqlstore/store_test.go
index d1a5714d6..41d6a9b7e 100644
--- a/store/sqlstore/store_test.go
+++ b/store/sqlstore/store_test.go
@@ -99,8 +99,6 @@ func tearDownStores() {
func TestMain(m *testing.M) {
utils.TranslationsPreInit()
- utils.LoadConfig("config.json")
- utils.InitTranslations(utils.Cfg.LocalizationSettings)
status := 0