diff --git a/test/integration/volume/attach_detach_test.go b/test/integration/volume/attach_detach_test.go index 956b90c587e..7a23ffce0bc 100644 --- a/test/integration/volume/attach_detach_test.go +++ b/test/integration/volume/attach_detach_test.go @@ -415,7 +415,7 @@ func createAdClients(ns *v1.Namespace, t *testing.T, server *httptest.Server, sy ctrl, err := attachdetach.NewAttachDetachController( testClient, nil, /* csiClient */ - fakeApiExtensionsClient, /* crdClient */ + nil, /* crdClient */ informers.Core().V1().Pods(), informers.Core().V1().Nodes(), informers.Core().V1().PersistentVolumeClaims(),