summaryrefslogtreecommitdiffstats
path: root/api/command_shortcuts_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_shortcuts_test.go')
-rw-r--r--api/command_shortcuts_test.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/api/command_shortcuts_test.go b/api/command_shortcuts_test.go
deleted file mode 100644
index e6ff17910..000000000
--- a/api/command_shortcuts_test.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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()
- defer th.TearDown()
-
- th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/shortcuts"))
-}