(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestSendmesg(t *testing.T) { |
| 10 | fmt.Println("qqq") |
| 11 | task := &consts2.Keyinfo{ |
| 12 | RuleName: "微信APPid", |
| 13 | Host: "192.168.56.1", |
| 14 | Req_Path: "/", |
| 15 | Key_text: "https://open.feishu.cn/open-apis/bot/v2/hook/", |
| 16 | Content_Type: "text/html", |
| 17 | } |
| 18 | TaskBeginSendmsg(task) |
| 19 | } |
nothing calls this directly
no test coverage detected