diff --git a/csi/controller_test.go b/csi/controller_test.go index a6f4386cd..51fa05598 100644 --- a/csi/controller_test.go +++ b/csi/controller_test.go @@ -3307,7 +3307,8 @@ func TestResolveSpecFromCSI(t *testing.T) { }, expectedSpec: &api.VolumeSpec{ - Shared: false, + Shared: false, + Sharedv4: false, ProxySpec: &api.ProxySpec{ ProxyProtocol: api.ProxyProtocol_PROXY_PROTOCOL_NFS, },