fix not passing any args to test

pull/14196/head
Steven Powell 2022-05-19 09:44:22 -07:00
parent 0ca84b6881
commit c290515129
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func TestStartStop(t *testing.T) {
} }
if version.GTE(semver.MustParse("1.24.0-alpha.2")) { if version.GTE(semver.MustParse("1.24.0-alpha.2")) {
args := []string{} args := []string{}
for _, arg := range args { for _, arg := range startArgs {
if arg == "--extra-config=kubelet.network-plugin=cni" { if arg == "--extra-config=kubelet.network-plugin=cni" {
continue continue
} }