mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #8036 from shawnps/patch-10
Use Errorf in persistent_volume_claim_binder_test.
This commit is contained in:
commit
36ab4b4c2f
@ -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