summaryrefslogtreecommitdiffstats
path: root/api/command_me_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_me_test.go')
-rw-r--r--api/command_me_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_me_test.go b/api/command_me_test.go
index f466f5764..0250cfb0f 100644
--- a/api/command_me_test.go
+++ b/api/command_me_test.go
@@ -17,7 +17,7 @@ func TestMeCommand(t *testing.T) {
testString := "/me hello"
- r1 := Client.Must(Client.Command(channel.Id, testString, false)).Data.(*model.CommandResponse)
+ r1 := Client.Must(Client.Command(channel.Id, testString)).Data.(*model.CommandResponse)
if r1 == nil {
t.Fatal("Command failed to execute")
}