Fix also forvar in cmd/kubeadm

This commit is contained in:
Mads Jensen
2026-02-07 09:56:25 +01:00
parent d137915f1d
commit 2ac7de24d0
2 changed files with 0 additions and 2 deletions

View File

@@ -690,7 +690,6 @@ kubernetesVersion: %s`,
}
for _, tc := range testCases {
tc := tc
t.Run(tc.name, func(t *testing.T) {
if tc.brokenCertName != "" {
// remove the file to simulate a missing certificate

View File

@@ -72,7 +72,6 @@ func TestHollowNode(t *testing.T) {
}
for morph := range knownMorphs {
morph := morph
t.Run(morph, func(t *testing.T) {
s := &hollowNodeConfig{
KubeconfigPath: kubeconfigPath,