Skip to content

Commit 4e8769f

Browse files
committed
Fix linter findings
1 parent 1947c59 commit 4e8769f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cmd/clusterctl/client/repository/components_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ func Test_fixTargetNamespace(t *testing.T) {
241241
"annotations": map[string]interface{}{
242242
"cert-manager.io/inject-ca-from": "bar/capm3-serving-cert",
243243
},
244-
"name": "capm3-mutating-webhook-configuration",
244+
245+
"name": "capm3-mutating-webhook-configuration",
245246
},
246247
"webhooks": []interface{}{
247248
map[string]interface{}{
@@ -328,7 +329,7 @@ func Test_fixTargetNamespace(t *testing.T) {
328329
"annotations": map[string]interface{}{
329330
"cert-manager.io/inject-ca-from": "bar/capm3-serving-cert",
330331
},
331-
"name": "capm3-mutating-webhook-configuration",
332+
"name": "capm3-mutating-webhook-configuration",
332333
},
333334
"webhooks": []interface{}{
334335
map[string]interface{}{
@@ -388,7 +389,7 @@ func Test_fixTargetNamespace(t *testing.T) {
388389
"annotations": map[string]interface{}{
389390
"cert-manager.io/inject-ca-from": "bar/capm3-serving-cert",
390391
},
391-
"name": "aCoolName",
392+
"name": "aCoolName",
392393
},
393394
"spec": map[string]interface{}{
394395
"group": "",
@@ -488,7 +489,7 @@ func Test_fixTargetNamespace(t *testing.T) {
488489
"annotations": map[string]interface{}{
489490
"cert-manager.io/inject-ca-from": "bar/capm3-serving-cert",
490491
},
491-
"name": "aCoolName",
492+
"name": "aCoolName",
492493
},
493494
"spec": map[string]interface{}{
494495
"group": "",

0 commit comments

Comments
 (0)