Skip to content

Commit 43baad9

Browse files
committed
Remove unused variable in tests
1 parent 61483fc commit 43baad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodeup/pkg/model/kubelet_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ func RunGoldenTest(t *testing.T, basedir string, key string, builder func(*Nodeu
397397
}
398398

399399
func Test_BuildComponentConfigFile(t *testing.T) {
400-
maxPulls := int32(5)
401400
componentConfig := kops.KubeletConfigSpec{
402401
ShutdownGracePeriod: &metav1.Duration{Duration: 30 * time.Second},
403402
ShutdownGracePeriodCriticalPods: &metav1.Duration{Duration: 10 * time.Second},

0 commit comments

Comments
 (0)