summaryrefslogtreecommitdiffstats
path: root/api/command_open_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_open_test.go')
-rw-r--r--api/command_open_test.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/api/command_open_test.go b/api/command_open_test.go
new file mode 100644
index 000000000..61e3861d8
--- /dev/null
+++ b/api/command_open_test.go
@@ -0,0 +1,12 @@
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+package api
+
+import (
+ "testing"
+)
+
+func TestOpenCommands(t *testing.T) {
+ testJoinCommands(t, "open")
+}