Fixing unit test

This commit is contained in:
=Corey Hulen
2016-02-02 08:46:43 -08:00
parent ff54da2e4a
commit 4c6c94d47c

View File

@@ -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()))