summaryrefslogtreecommitdiffstats
path: root/web/web_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-21 13:54:47 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-21 13:54:47 -0600
commit8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f (patch)
treeb5e95131caef98e33ecd4cce9c573dd4c8e0e4bf /web/web_test.go
parentdea84b1892be42e8d42db8b67862b56b38c0da75 (diff)
parenta2fa683c1b5fc0c62506e3ac40784b053eda6e3e (diff)
downloadchat-8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f.tar.gz
chat-8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f.tar.bz2
chat-8cc45a2e08c3eaaa66619cc7ee9dfc7ff49b388f.zip
Merge branch 'master' into PLT-7-client-infra
Diffstat (limited to 'web/web_test.go')
-rw-r--r--web/web_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_test.go b/web/web_test.go
index 97e5ff154..efe681a55 100644
--- a/web/web_test.go
+++ b/web/web_test.go
@@ -22,6 +22,7 @@ var URL string
func Setup() {
if api.Srv == nil {
utils.LoadConfig("config.json")
+ utils.InitTranslations()
api.NewServer()
api.StartServer()
api.InitApi()