summaryrefslogtreecommitdiffstats
path: root/api/command_search_test.go
blob: a7f187d36cd34b8a53bcbc597a9f4764e1fe1515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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()
	defer th.TearDown()

	th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/search"))
}