From 2e5a36728bc9bd47baae2dc1e0f16423f782fffb Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 24 Jul 2025 23:24:22 +0200 Subject: [PATCH] cli/command/system: remove use of Mirrors field in test Signed-off-by: Sebastiaan van Stijn (cherry picked from commit cd277a5815ace9b7de0e116c8d243a13e2105213) Signed-off-by: Sebastiaan van Stijn --- cli/command/system/info_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/command/system/info_test.go b/cli/command/system/info_test.go index d996ea23f4..726d1ea5a2 100644 --- a/cli/command/system/info_test.go +++ b/cli/command/system/info_test.go @@ -78,7 +78,6 @@ var sampleInfoNoSwarm = system.Info{ IndexConfigs: map[string]*registrytypes.IndexInfo{ "docker.io": { Name: "docker.io", - Mirrors: nil, Secure: true, Official: true, },