summaryrefslogtreecommitdiffstats
path: root/api/command_shortcuts_test.go
diff options
context:
space:
mode:
authorMartin Kraft <martinkraft@gmail.com>2018-05-17 07:53:16 -0400
committerMartin Kraft <martinkraft@gmail.com>2018-05-17 07:53:16 -0400
commit6f31d90e2f31ae597b83b2f845d5db938af8e38c (patch)
tree81c59b83ffb033df92ff7fba5ffaf3ba5fe7a3cf /api/command_shortcuts_test.go
parent319d61123a0418ea9caa9510b8ad1e9a302c7b93 (diff)
parent1f6c271b3bedd6656ae7155714423b1b39a669c1 (diff)
downloadchat-6f31d90e2f31ae597b83b2f845d5db938af8e38c.tar.gz
chat-6f31d90e2f31ae597b83b2f845d5db938af8e38c.tar.bz2
chat-6f31d90e2f31ae597b83b2f845d5db938af8e38c.zip
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
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"))
-}