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 903b98d commit c41932eCopy full SHA for c41932e
pkg/volume/awsebs/aws_ebs_block_test.go
@@ -68,7 +68,7 @@ func TestGetVolumeSpecFromGlobalMapPath(t *testing.T) {
68
// Good Path
69
spec, err := plug.(*awsElasticBlockStorePlugin).getVolumeSpecFromGlobalMapPath("myVolume", expectedGlobalPath)
70
if spec == nil || err != nil {
71
- t.Fatalf("Failed to get spec from GlobalMapPath: %v", err)
+ t.Errorf("Invalid volumeMode from GlobalMapPath spec: %v - %v", &specMode, block)
72
}
73
if spec.PersistentVolume.Name != "myVolume" {
74
t.Errorf("Invalid PV name from GlobalMapPath spec: %s", spec.PersistentVolume.Name)
0 commit comments