summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/web_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_test.go b/web/web_test.go
index 66969930f..bdf63877c 100644
--- a/web/web_test.go
+++ b/web/web_test.go
@@ -23,7 +23,7 @@ func Setup() {
utils.TranslationsPreInit()
utils.LoadConfig("config.json")
utils.InitTranslations(utils.Cfg.LocalizationSettings)
- api.NewServer(false)
+ api.NewServer()
api.StartServer()
api.InitApi()
InitWeb()