Skip to content

Commit

Permalink
Fix test for PVC
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-mutou committed Dec 19, 2023
1 parent 4c478b4 commit 016e2fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestGetPersistentVolumeClaimDetail(t *testing.T) {
ObjectMeta: metaV1.ObjectMeta{Name: "foo", Namespace: "bar"},
Spec: v1.PersistentVolumeClaimSpec{
AccessModes: []v1.PersistentVolumeAccessMode{v1.ReadWriteOnce},
Resources: v1.ResourceRequirements{},
Resources: v1.VolumeResourceRequirements{},
VolumeName: "volume",
},
Status: v1.PersistentVolumeClaimStatus{
Expand Down

0 comments on commit 016e2fc

Please sign in to comment.