summaryrefslogtreecommitdiffstats
path: root/api/command.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-02 08:46:43 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-02 08:46:43 -0800
commit4c6c94d47cf2fa55b1c5b95edcfc3d6e025a3cf9 (patch)
treefaceade4c58fda0c0f0e4bdcf7ce8234977c65bb /api/command.go
parentff54da2e4a1095a6f96f285aa218a5d162b68b51 (diff)
downloadchat-4c6c94d47cf2fa55b1c5b95edcfc3d6e025a3cf9.tar.gz
chat-4c6c94d47cf2fa55b1c5b95edcfc3d6e025a3cf9.tar.bz2
chat-4c6c94d47cf2fa55b1c5b95edcfc3d6e025a3cf9.zip
Fixing unit test
Diffstat (limited to 'api/command.go')
-rw-r--r--api/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command.go b/api/command.go
index 9835790ec..6fcd46b61 100644
--- a/api/command.go
+++ b/api/command.go
@@ -394,7 +394,7 @@ func testCommand(c *Context, w http.ResponseWriter, r *http.Request) {
rc := &model.CommandResponse{
Text: "test command response " + msg,
- ResponseType: model.COMMAND_RESPONSE_TYPE_EPHEMERAL,
+ ResponseType: model.COMMAND_RESPONSE_TYPE_IN_CHANNEL,
}
w.Write([]byte(rc.ToJson()))