summaryrefslogtreecommitdiffstats
path: root/api/admin_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/admin_test.go')
-rw-r--r--api/admin_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/api/admin_test.go b/api/admin_test.go
index dadc96c7d..e4ff1c202 100644
--- a/api/admin_test.go
+++ b/api/admin_test.go
@@ -8,16 +8,11 @@ import (
"strings"
"testing"
- "github.com/mattermost/mattermost-server/app"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/store"
"github.com/mattermost/mattermost-server/utils"
)
-func init() {
- app.UseGlobalApp = false
-}
-
func TestGetLogs(t *testing.T) {
th := Setup().InitSystemAdmin().InitBasic()
defer th.TearDown()