Fixing unit test
Этот коммит содержится в:
@@ -394,7 +394,7 @@ func testCommand(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
rc := &model.CommandResponse{
|
rc := &model.CommandResponse{
|
||||||
Text: "test command response " + msg,
|
Text: "test command response " + msg,
|
||||||
ResponseType: model.COMMAND_RESPONSE_TYPE_EPHEMERAL,
|
ResponseType: model.COMMAND_RESPONSE_TYPE_IN_CHANNEL,
|
||||||
}
|
}
|
||||||
|
|
||||||
w.Write([]byte(rc.ToJson()))
|
w.Write([]byte(rc.ToJson()))
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user