From e26809a4649da478bce08a1799757809ea2b7c2e Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Tue, 28 Aug 2018 17:51:57 +0200 Subject: [PATCH] 67803: CSI Cluster Registry and Node Info CRDs --- test/integration/volume/attach_detach_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),