Merge pull request #21667 from HaiyangDING/patch-3

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-22 06:52:02 -08:00
commit c533ae4dd0

View File

@ -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")
}
}