fix not passing any args to test
parent
0ca84b6881
commit
c290515129
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue