summaryrefslogtreecommitdiffstats
path: root/api/command_logout_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_logout_test.go')
-rw-r--r--api/command_logout_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_logout_test.go b/api/command_logout_test.go
index 4c8f3e017..86979316b 100644
--- a/api/command_logout_test.go
+++ b/api/command_logout_test.go
@@ -10,7 +10,7 @@ import (
"github.com/mattermost/platform/store"
)
-func TestLogoutCommand(t *testing.T) {
+func TestLogoutTestCommand(t *testing.T) {
Setup()
team := &model.Team{DisplayName: "Name", Name: "z-z-" + model.NewId() + "a", Email: "test@nowhere.com", Type: model.TEAM_OPEN}