File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ package nfs
19
19
import (
20
20
"context"
21
21
"errors"
22
- "fmt"
23
22
"os"
24
23
"reflect"
25
24
"strings"
@@ -217,11 +216,6 @@ func TestNodeUnpublishVolume(t *testing.T) {
217
216
req : csi.NodeUnpublishVolumeRequest {VolumeId : "vol_1" },
218
217
expectedErr : status .Error (codes .InvalidArgument , "Target path missing in request" ),
219
218
},
220
- {
221
- desc : "[Error] Unmount error mocked by IsLikelyNotMountPoint" ,
222
- req : csi.NodeUnpublishVolumeRequest {TargetPath : errorTarget , VolumeId : "vol_1" },
223
- expectedErr : fmt .Errorf ("fake IsLikelyNotMountPoint: fake error" ),
224
- },
225
219
{
226
220
desc : "[Success] Volume not mounted" ,
227
221
req : csi.NodeUnpublishVolumeRequest {TargetPath : targetFile , VolumeId : "vol_1" },
You can’t perform that action at this time.
0 commit comments