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.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/store/sqlstore/store_test.go b/store/sqlstore/store_test.go
index d627ad0eb..d1a5714d6 100644
--- a/store/sqlstore/store_test.go
+++ b/store/sqlstore/store_test.go
@@ -4,7 +4,6 @@
package sqlstore
import (
- "flag"
"os"
"sync"
"testing"
@@ -99,8 +98,6 @@ func tearDownStores() {
}
func TestMain(m *testing.M) {
- flag.Parse()
-
utils.TranslationsPreInit()
utils.LoadConfig("config.json")
utils.InitTranslations(utils.Cfg.LocalizationSettings)