Commit 36ab4b4c authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

Merge pull request #8036 from shawnps/patch-10

Use Errorf in persistent_volume_claim_binder_test.
parents 6c281ec0 50f34d01
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment