summaryrefslogtreecommitdiffstats
path: root/api/command_echo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_echo_test.go')
-rw-r--r--api/command_echo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_echo_test.go b/api/command_echo_test.go
index 26fba007c..71a378242 100644
--- a/api/command_echo_test.go
+++ b/api/command_echo_test.go
@@ -17,7 +17,7 @@ func TestEchoCommand(t *testing.T) {
echoTestString := "/echo test"
- r1 := Client.Must(Client.Command(channel1.Id, echoTestString, false)).Data.(*model.CommandResponse)
+ r1 := Client.Must(Client.Command(channel1.Id, echoTestString)).Data.(*model.CommandResponse)
if r1 == nil {
t.Fatal("Echo command failed to execute")
}