diff --git a/internal/rbd/rbd_util_test.go b/internal/rbd/rbd_util_test.go index b8122585a..166cb460b 100644 --- a/internal/rbd/rbd_util_test.go +++ b/internal/rbd/rbd_util_test.go @@ -51,6 +51,14 @@ func TestValidateImageFeatures(t *testing.T) { isErr bool errMsg string }{ + { + "", + &rbdVolume{ + Mounter: rbdDefaultMounter, + }, + false, + "", + }, { "layering", &rbdVolume{