summaryrefslogtreecommitdiffstats
path: root/api/command_search_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_search_test.go')
-rw-r--r--api/command_search_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/command_search_test.go b/api/command_search_test.go
index 1ea2e6f6b..a7f187d36 100644
--- a/api/command_search_test.go
+++ b/api/command_search_test.go
@@ -9,5 +9,7 @@ import (
func TestSearchCommand(t *testing.T) {
th := Setup().InitBasic()
+ defer th.TearDown()
+
th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/search"))
}