You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.Equal(t, namespace, obj.Namespace, "the HPA namespace should be as expected")
338
-
assert.Equal(t, hpaName, obj.Name, "the HPA name should be as expected")
339
-
assert.Equal(t, tc.expectedDesiredReplicas, obj.Status.DesiredReplicas, "the desired replica count reported in the object status should be as expected")
340
-
iftc.verifyCPUCurrent {
341
-
ifassert.NotNil(t, obj.Status.CurrentCPUUtilizationPercentage, "the reported CPU utilization percentage should be non-nil") {
342
-
assert.Equal(t, tc.CPUCurrent, *obj.Status.CurrentCPUUtilizationPercentage, "the report CPU utilization percentage should be as expected")
assert.Equal(t, namespace, obj.Namespace, "the HPA namespace should be as expected")
339
+
assert.Equal(t, hpaName, obj.Name, "the HPA name should be as expected")
340
+
assert.Equal(t, tc.expectedDesiredReplicas, obj.Status.DesiredReplicas, "the desired replica count reported in the object status should be as expected")
341
+
iftc.verifyCPUCurrent {
342
+
ifassert.NotNil(t, obj.Status.CurrentCPUUtilizationPercentage, "the reported CPU utilization percentage should be non-nil") {
343
+
assert.Equal(t, tc.CPUCurrent, *obj.Status.CurrentCPUUtilizationPercentage, "the report CPU utilization percentage should be as expected")
0 commit comments