Merge pull request #98199 from yangjunmyfm192085/run-test3

fix mistake about [avaliable] for index_test.go
This commit is contained in:
Kubernetes Prow Robot 2021-05-25 02:46:22 -07:00 committed by GitHub
commit 894803ab2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1504,7 +1504,7 @@ func TestFindMatchVolumeWithNode(t *testing.T) {
}),
node: node3,
},
"fail-nonavaiable": {
"fail-nonavaliable": {
expectedMatch: "",
claim: makePVC("100G", func(pvc *v1.PersistentVolumeClaim) {
pvc.Spec.AccessModes = []v1.PersistentVolumeAccessMode{v1.ReadWriteOnce}