skip idleTimeout erros when deleting azure LB

This commit is contained in:
Yassine TIJANI
2019-03-19 23:21:25 +01:00
parent a4f2590bd8
commit f457179289
2 changed files with 14 additions and 10 deletions

View File

@@ -210,7 +210,7 @@ func TestFindRule(t *testing.T) {
}
for i, test := range tests {
findResult := findRule(test.existingRule, test.curRule)
findResult := findRule(test.existingRule, test.curRule, true)
assert.Equal(t, test.expected, findResult, fmt.Sprintf("TestCase[%d]: %s", i, test.msg))
}
}