Files
mattermost/api/command_logout_test.go
2016-05-06 12:08:49 -04:00

15 lines
297 B
Go

// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api
import (
"testing"
)
func TestLogoutTestCommand(t *testing.T) {
th := Setup().InitBasic()
th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/logout", false))
}