未验证 提交 b036a1f4 编写于 作者: C colynn.liu 提交者: GitHub

Merge pull request #126 from fanhousanbu/master

code cleaning before holiday
package main
package notification
import (
"github.com/astaxie/beego"
......@@ -11,7 +11,7 @@ import (
)
func init() {
beego.LoadAppConfig("ini", "./app.unittest.conf")
_ = beego.LoadAppConfig("ini", "./app.unittest.conf")
}
func Test_SEND_SHOULD_NO_ERROR(t *testing.T) {
......@@ -27,6 +27,7 @@ func Test_SEND_SHOULD_NO_ERROR(t *testing.T) {
return resp, nil
},
)
var temp notification.INotify
mockResult := new(messages.StepCallbackResult)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册