Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
delete extra slash
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiaobo <[email protected]>
  • Loading branch information
yuxiaobo96 committed Aug 30, 2019
1 parent c7b8924 commit bdb42d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/httputils/mock_http_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (m *MockHTTPClient) CreateGetFunc(code int, res []byte, e error) getFunc {
}

// CreatePostJSONWithHeadersFunc returns a mock postJSONWithHeadersFunc func
/// which will always return the specific results.
// which will always return the specific results.
func (m *MockHTTPClient) CreatePostJSONWithHeadersFunc(code int, res []byte, e error) postJSONWithHeadersFunc {
return func(string, map[string]string, interface{}, time.Duration) (int, []byte, error) {
return code, res, e
Expand Down

0 comments on commit bdb42d3

Please sign in to comment.