summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/web_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/web_test.go b/web/web_test.go
index c932b25d2..7881b8eed 100644
--- a/web/web_test.go
+++ b/web/web_test.go
@@ -8,6 +8,7 @@ import (
"time"
"github.com/mattermost/platform/api"
+ "github.com/mattermost/platform/api4"
"github.com/mattermost/platform/app"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/store"
@@ -26,6 +27,7 @@ func Setup() {
app.InitStores()
api.InitRouter()
app.StartServer()
+ api4.InitApi(false)
api.InitApi()
InitWeb()
URL = "http://localhost" + utils.Cfg.ServiceSettings.ListenAddress