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 7da16ab24..60122f049 100644
--- a/web/web_test.go
+++ b/web/web_test.go
@@ -55,6 +55,8 @@ func Setup() *app.App {
URL = fmt.Sprintf("http://localhost:%v", a.Srv.ListenAddr.Port)
ApiClient = model.NewClient(URL)
+ a.DoAdvancedPermissionsMigration()
+
a.Srv.Store.MarkSystemRanUnitTests()
a.UpdateConfig(func(cfg *model.Config) {