Commit 8378f7bc authored by Vallery Lancey's avatar Vallery Lancey Committed by Vallery Lancey

Fixed old function signature in kube-proxy tests.

parent 4034cad2
...@@ -266,7 +266,7 @@ func TestCleanupLeftovers(t *testing.T) { ...@@ -266,7 +266,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