diff --git a/pkg/volume/csi/csi_test.go b/pkg/volume/csi/csi_test.go index f42c48d9f9f..b25d50eb65d 100644 --- a/pkg/volume/csi/csi_test.go +++ b/pkg/volume/csi/csi_test.go @@ -568,7 +568,7 @@ func TestCSI_VolumeAll(t *testing.T) { if err := csiDevUnmounter.UnmountDevice(devMountPath); err != nil { t.Fatalf("csiTest.VolumeAll deviceMounter.UnmountDevice failed: %s", err) } - t.Log("csiTest.VolumeAll deviceUmounter.UnmountDevice done OK for path", devMountPath) + t.Log("csiTest.VolumeAll deviceUnmounter.UnmountDevice done OK for path", devMountPath) } } else { t.Log("csiTest.VolumeAll DeviceMountablePluginBySpec did not find a plugin, skipping unmounting.")