mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Improving error messages and naming to be clear
This commit is contained in:
@@ -1411,7 +1411,7 @@ func TestEBSVolumeCountConflicts(t *testing.T) {
|
||||
{
|
||||
VolumeSource: api.VolumeSource{
|
||||
PersistentVolumeClaim: &api.PersistentVolumeClaimVolumeSource{
|
||||
ClaimName: "deletedPV",
|
||||
ClaimName: "pvcWithDeletedPV",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -1549,8 +1549,8 @@ func TestEBSVolumeCountConflicts(t *testing.T) {
|
||||
Spec: api.PersistentVolumeClaimSpec{VolumeName: "someNonEBSVol"},
|
||||
},
|
||||
{
|
||||
ObjectMeta: api.ObjectMeta{Name: "deletedPV"},
|
||||
Spec: api.PersistentVolumeClaimSpec{VolumeName: "deletedPV"},
|
||||
ObjectMeta: api.ObjectMeta{Name: "pvcWithDeletedPV"},
|
||||
Spec: api.PersistentVolumeClaimSpec{VolumeName: "pvcWithDeletedPV"},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user