Commit c533ae4d authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21667 from HaiyangDING/patch-3

Auto commit by PR queue bot
parents d089fa80 40f6032d
......@@ -2344,7 +2344,7 @@ func TestGetHostPortConflicts(t *testing.T) {
// The new pod should cause conflict and be reported.
pods = append(pods, expected)
if !hasHostPortConflicts(pods) {
t.Errorf("expected no conflict, Got no conflicts")
t.Errorf("expected conflict, Got no conflicts")
}
}
......
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