Skip to content

Commit 354932b

Browse files
committed
Fix junit test
1 parent 0e92288 commit 354932b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/plugin/cmd/init_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
"sigs.k8s.io/cluster-api-operator/util"
3636
)
3737

38-
func TestCheckCAPIOpearatorAvailability(t *testing.T) {
38+
func TestCheckCAPIOperatorAvailability(t *testing.T) {
3939
tests := []struct {
4040
name string
4141
want bool
@@ -425,7 +425,7 @@ func getGenericProvider(ctx context.Context, client ctrlclient.Client, providerK
425425
}
426426

427427
return provider, nil
428-
case "RuntimExtensionProvider":
428+
case "RuntimeExtensionProvider":
429429
provider := &operatorv1.RuntimeExtensionProvider{}
430430
if err := client.Get(ctx, types.NamespacedName{Name: providerName, Namespace: providerNamespace}, provider); err != nil {
431431
return nil, err

0 commit comments

Comments
 (0)