mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Revert "Fixed old function signature in kube-proxy tests."
This reverts commit 29ba1b0372
.
This commit is contained in:
parent
eff9b4036e
commit
a12e98a3b8
@ -267,7 +267,7 @@ func TestCleanupLeftovers(t *testing.T) {
|
|||||||
fp.syncProxyRules()
|
fp.syncProxyRules()
|
||||||
|
|
||||||
// test cleanup left over
|
// test cleanup left over
|
||||||
if CleanupLeftovers(ipvs, ipt, ipset) {
|
if CleanupLeftovers(ipvs, ipt, ipset, true) {
|
||||||
t.Errorf("Cleanup leftovers failed")
|
t.Errorf("Cleanup leftovers failed")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user