summaryrefslogtreecommitdiffstats
path: root/api4/system_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/system_test.go')
-rw-r--r--api4/system_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/api4/system_test.go b/api4/system_test.go
index 76dac5316..2855e5840 100644
--- a/api4/system_test.go
+++ b/api4/system_test.go
@@ -6,15 +6,10 @@ import (
"testing"
l4g "github.com/alecthomas/log4go"
- "github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
)
-func init() {
- app.UseGlobalApp = false
-}
-
func TestGetPing(t *testing.T) {
th := Setup().InitBasic().InitSystemAdmin()
defer th.TearDown()