diff --git a/pkg/controller/volume/attachdetach/attach_detach_controller_test.go b/pkg/controller/volume/attachdetach/attach_detach_controller_test.go index b6432217231..ee03b5b55b9 100644 --- a/pkg/controller/volume/attachdetach/attach_detach_controller_test.go +++ b/pkg/controller/volume/attachdetach/attach_detach_controller_test.go @@ -415,7 +415,6 @@ func volumeAttachmentRecoveryTestCase(t *testing.T, tc vaTest) { false, 1*time.Second, DefaultTimerConfig, - nil, /* filteredDialOptions */ ) if err != nil { t.Fatalf("NewAttachDetachController failed with error. Expected: Actual: <%v>", err) diff --git a/pkg/volume/testing/testing.go b/pkg/volume/testing/testing.go index b17210c68f1..f53e7567bdc 100644 --- a/pkg/volume/testing/testing.go +++ b/pkg/volume/testing/testing.go @@ -28,7 +28,6 @@ import ( "time" "k8s.io/apimachinery/pkg/util/sets" - "k8s.io/mount-utils" "k8s.io/utils/exec" testingexec "k8s.io/utils/exec/testing" "k8s.io/utils/mount"