mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-05 00:47:08 +00:00
Merge pull request #1237 from mengjiao-liu/format-code
Code normalization
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user