summaryrefslogtreecommitdiffstats
path: root/api/api_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-20 14:36:34 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-20 14:36:34 -0600
commit984fa7f1ca1b582f77cc511156e9747b175203e5 (patch)
treef793e0240c4a21b4daeb6cac7dd011c6020d0af2 /api/api_test.go
parentd703d09063538fb91baa5a21b1001216c43d848a (diff)
downloadchat-984fa7f1ca1b582f77cc511156e9747b175203e5.tar.gz
chat-984fa7f1ca1b582f77cc511156e9747b175203e5.tar.bz2
chat-984fa7f1ca1b582f77cc511156e9747b175203e5.zip
PLT-7-server-db
Diffstat (limited to 'api/api_test.go')
-rw-r--r--api/api_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/api_test.go b/api/api_test.go
index 2ef4e196d..4d7192e4b 100644
--- a/api/api_test.go
+++ b/api/api_test.go
@@ -14,6 +14,7 @@ var Client *model.Client
func Setup() {
if Srv == nil {
utils.LoadConfig("config.json")
+ utils.InitTranslations()
utils.Cfg.TeamSettings.MaxUsersPerTeam = 50
NewServer()
StartServer()