mirror of https://github.com/k3s-io/k3s
Fixed old function signature in kube-proxy tests.
parent
4034cad269
commit
8378f7bcb8
|
@ -266,7 +266,7 @@ func TestCleanupLeftovers(t *testing.T) {
|
|||
fp.syncProxyRules()
|
||||
|
||||
// test cleanup left over
|
||||
if CleanupLeftovers(ipvs, ipt, ipset, true) {
|
||||
if CleanupLeftovers(ipvs, ipt, ipset) {
|
||||
t.Errorf("Cleanup leftovers failed")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue