Revert "Fixed old function signature in kube-proxy tests."
This reverts commit 29ba1b0372
.
This commit is contained in:
@@ -267,7 +267,7 @@ func TestCleanupLeftovers(t *testing.T) {
|
||||
fp.syncProxyRules()
|
||||
|
||||
// test cleanup left over
|
||||
if CleanupLeftovers(ipvs, ipt, ipset) {
|
||||
if CleanupLeftovers(ipvs, ipt, ipset, true) {
|
||||
t.Errorf("Cleanup leftovers failed")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user