Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Mar 6, 2024
1 parent df197ff commit 66d12a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/rbdpvcbackup_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ var _ = Describe("RBDPVCBackup controller", func() {
}
pv := corev1.PersistentVolume{
ObjectMeta: metav1.ObjectMeta{
Name: "pv",
Name: "pv2",
},
Spec: corev1.PersistentVolumeSpec{
Capacity: corev1.ResourceList{
Expand Down

0 comments on commit 66d12a0

Please sign in to comment.