From 5bd60a4d1ea36839e7bdc8cc65f9038ac3732d5f Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 4 Jul 2017 18:26:31 -0700 Subject: add /search command (#6741) --- api/command_search_test.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 api/command_search_test.go (limited to 'api') diff --git a/api/command_search_test.go b/api/command_search_test.go new file mode 100644 index 000000000..1ea2e6f6b --- /dev/null +++ b/api/command_search_test.go @@ -0,0 +1,13 @@ +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +package api + +import ( + "testing" +) + +func TestSearchCommand(t *testing.T) { + th := Setup().InitBasic() + th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/search")) +} -- cgit v1.2.3-1-g7c22