Commit 29ba1b03 authored by Vallery Lancey's avatar Vallery Lancey

Fixed old function signature in kube-proxy tests.

parent 4f1bb2bd
...@@ -267,7 +267,7 @@ func TestCleanupLeftovers(t *testing.T) { ...@@ -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, true) { if CleanupLeftovers(ipvs, ipt, ipset) {
t.Errorf("Cleanup leftovers failed") 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