mirror of https://github.com/k3s-io/k3s
Fix usage of format specifier %s
parent
be7c223043
commit
16b4428043
|
@ -89,7 +89,7 @@ func TestValidate(t *testing.T) {
|
|||
t.Errorf("expected empty string, got %s", status)
|
||||
}
|
||||
if status != test.expectedStatus {
|
||||
t.Errorf("expected %s, got %s", test.expectedStatus.String(), status.String())
|
||||
t.Errorf("expected %s, got %s", test.expectedStatus, status)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue