Merge pull request #1237 from mengjiao-liu/format-code

Code normalization
This commit is contained in:
Jianbo Sun
2021-03-19 16:07:16 +08:00
committed by GitHub
5 changed files with 12 additions and 12 deletions

View File

@@ -127,7 +127,7 @@ func TestMakeHTTPRequest(t *testing.T) {
}
}
func Test_callWebhook(t *testing.T) {
func TestCallWebhook(t *testing.T) {
ctx := context.TODO()
url := "http://" + mockUrl
body := "all good"