Fixed old function signature in kube-proxy tests.

pull/564/head
Vallery Lancey 2019-04-04 13:09:15 -07:00 committed by Vallery Lancey
parent 4034cad269
commit 8378f7bcb8
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ func TestCleanupLeftovers(t *testing.T) {
fp.syncProxyRules()
// test cleanup left over
if CleanupLeftovers(ipvs, ipt, ipset, true) {
if CleanupLeftovers(ipvs, ipt, ipset) {
t.Errorf("Cleanup leftovers failed")
}
}