add /open command (#6717)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
e285839ee1
Коммит
14467ee134
12
api/command_open_test.go
Обычный файл
12
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")
|
||||
}
|
||||
Ссылка в новой задаче
Block a user