Fix lint errors
This commit is contained in:
parent
96f8ec419d
commit
0dbe499a3b
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue