Skip to content

Commit 395716b

Browse files
authored
Merge pull request #5679 from thaJeztah/remove_use_of_nondistributable_artifacts
cli/command/system: don't use "non-distributable-artifacts" fields in tests
2 parents be6ddae + b51a711 commit 395716b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cli/command/system/info_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ var sampleInfoNoSwarm = system.Info{
7070
Architecture: "x86_64",
7171
IndexServerAddress: "https://index.docker.io/v1/",
7272
RegistryConfig: &registrytypes.ServiceConfig{
73-
AllowNondistributableArtifactsCIDRs: nil,
74-
AllowNondistributableArtifactsHostnames: nil,
7573
InsecureRegistryCIDRs: []*registrytypes.NetIPNet{
7674
{
7775
IP: net.ParseIP("127.0.0.0"),

0 commit comments

Comments
 (0)