We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f43a7 commit 2061924Copy full SHA for 2061924
pkg/volume/cinder/cinder_block_test.go
@@ -70,7 +70,7 @@ func TestGetVolumeSpecFromGlobalMapPath(t *testing.T) {
70
}
71
block := v1.PersistentVolumeBlock
72
specMode := spec.PersistentVolume.Spec.VolumeMode
73
- if &specMode == nil {
+ if specMode == nil {
74
t.Errorf("Invalid volumeMode from GlobalMapPath spec: %v expected: %v", &specMode, block)
75
76
if *specMode != block {
0 commit comments