diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index 53ef89ccc45..6a4ec5a70b7 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -74,7 +74,7 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu targeted CPU uitilzation of 50% the HP Autoscaler MUST create another pod, spreading the 150mCPU usage across both Pods. */ - framework.ConformanceIt("Should scale from 1 pod to 2 pods", func() { + framework.ConformanceIt("should scale from 1 pod to 2 pods", func() { scaleTest := &HPAScaleTest{ initPods: 1, totalInitialCPUUsage: 150,