Fix ==
This commit is contained in:
parent
40a373f9e0
commit
2627b742fa
|
@ -490,7 +490,7 @@ func TestInvalidServiceCheck(t *testing.T) {
|
|||
Name: "service.name",
|
||||
PortLabel: "bar",
|
||||
}
|
||||
if err := s.Validate(); err != nil {
|
||||
if err := s.Validate(); err == nil {
|
||||
t.Fatalf("Service should be invalid: %v", err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue