summaryrefslogtreecommitdiffstats
path: root/api/command_shortcuts_test.go
blob: 287223ec3e8a237b4f2a12cba4189b07463e929c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package api

import (
	"testing"
)

func TestShortcutsCommand(t *testing.T) {
	th := Setup().InitBasic()
	th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/shortcuts"))
}