mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Use Errorf
This commit is contained in:
parent
738f403eea
commit
50f34d013e
@ -185,7 +185,7 @@ func TestBindingWithExamples(t *testing.T) {
|
||||
|
||||
claim, error := client.PersistentVolumeClaims("ns").Get("any")
|
||||
if error != nil {
|
||||
t.Error("Unexpected error getting PVC from client: %v", err)
|
||||
t.Errorf("Unexpected error getting PVC from client: %v", err)
|
||||
}
|
||||
|
||||
volumeIndex := NewPersistentVolumeOrderedIndex()
|
||||
|
Loading…
Reference in New Issue
Block a user