We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632d33 commit ccd405eCopy full SHA for ccd405e
cluster-autoscaler/utils/test/test_utils.go
@@ -238,7 +238,7 @@ func (l *HttpServerMock) handle(url string) string {
238
return args.String(0)
239
}
240
241
-// NewHttpServerMock creates new HttpServerMock.
+// NewHttpServerMockWithStatusCode creates new HttpServerMock.
242
func NewHttpServerMockWithStatusCode() *HttpServerMock {
243
httpServerMock := &HttpServerMock{}
244
mux := http.NewServeMux()
0 commit comments