Skip to content

Commit ccd405e

Browse files
committed
lint fix
1 parent a632d33 commit ccd405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/utils/test/test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (l *HttpServerMock) handle(url string) string {
238238
return args.String(0)
239239
}
240240

241-
// NewHttpServerMock creates new HttpServerMock.
241+
// NewHttpServerMockWithStatusCode creates new HttpServerMock.
242242
func NewHttpServerMockWithStatusCode() *HttpServerMock {
243243
httpServerMock := &HttpServerMock{}
244244
mux := http.NewServeMux()

0 commit comments

Comments
 (0)