Commit dfb1caf5 authored by Vallery Lancey's avatar Vallery Lancey Committed by Vallery Lancey

Revert "Fixed old function signature in kube-proxy tests."

This reverts commit 29ba1b03.
parent 8b107121
......@@ -266,7 +266,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")
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment