mirror of
https://github.com/kubevela/kubevela.git
synced 2026-04-30 06:26:54 +00:00
Fix the function and method names that does not conform to the naming convention
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
const mockUrl = "127.0.0.1:4848"
|
||||
|
||||
func Test_MakeHTTPRequest(t *testing.T) {
|
||||
func TestMakeHTTPRequest(t *testing.T) {
|
||||
ctx := context.TODO()
|
||||
type mockHTTPParameter struct {
|
||||
method string
|
||||
|
||||
Reference in New Issue
Block a user