mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
fix typo in test
This commit is contained in:
parent
c9d33ec1b4
commit
40f6032d33
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user