Fixing comments

This commit is contained in:
Laszlo Janosi 2019-10-18 11:36:00 +02:00
parent 31227d61c2
commit c76995b81b
2 changed files with 4 additions and 6 deletions

View file

@ -104,7 +104,7 @@ func TestAnnotations(t *testing.T) {
"default/secure-verify-ca": {},
},
}).Parse(ing)
if err == nil {
if err != nil {
t.Errorf("Unexpected error on ingress: %v", err)
}
}