Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2016-11-11 19:46:09 -03:00
parent 96f8ec419d
commit 0dbe499a3b
3 changed files with 4 additions and 4 deletions

View file

@ -120,7 +120,7 @@ func TestAnnotations(t *testing.T) {
secret, err := ingAnnotations(ing.GetAnnotations()).secretName()
if err != nil {
t.Error("Unexpec error %v", err)
t.Errorf("Unexpec error %v", err)
}
if secret != "demo-secret" {
t.Errorf("Expected demo-secret as realm but returned %s", secret)