diff --git a/cli/command/system/info_test.go b/cli/command/system/info_test.go index e89c385d533b..42591a3c1330 100644 --- a/cli/command/system/info_test.go +++ b/cli/command/system/info_test.go @@ -70,8 +70,6 @@ var sampleInfoNoSwarm = system.Info{ Architecture: "x86_64", IndexServerAddress: "https://index.docker.io/v1/", RegistryConfig: ®istrytypes.ServiceConfig{ - AllowNondistributableArtifactsCIDRs: nil, - AllowNondistributableArtifactsHostnames: nil, InsecureRegistryCIDRs: []*registrytypes.NetIPNet{ { IP: net.ParseIP("127.0.0.0"),