mirror of https://github.com/k3s-io/k3s
fix typo in test
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