Skip to content

Commit 31388ea

Browse files
fix linting
1 parent 7d084d1 commit 31388ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/scale_down_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ func TestController_TryRemoveTaintedNodes(t *testing.T) {
442442
}
443443

444444
// Make odd nodes unhealthy
445-
var ready v1.NodeConditionType = v1.NodeReady
445+
var ready = v1.NodeReady
446446

447447
if i%2 == 0 {
448448
// This is used arbitrarily to mean "not ready"

0 commit comments

Comments
 (0)