Skip to content

Commit

Permalink
Remove nullauthorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Dec 14, 2023
1 parent 4a7891c commit f58f1ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/azuremachine_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"testing"
"time"

"github.com/Azure/go-autorest/autorest"
. "github.com/onsi/gomega"
"github.com/pkg/errors"
corev1 "k8s.io/api/core/v1"
Expand Down Expand Up @@ -786,9 +785,6 @@ func TestConditions(t *testing.T) {
reconciler := NewAzureMachineReconciler(fakeClient, recorder, reconciler.DefaultLoopTimeout, "")

clusterScope, err := scope.NewClusterScope(context.TODO(), scope.ClusterScopeParams{
AzureClients: scope.AzureClients{
Authorizer: autorest.NullAuthorizer{},
},
Client: fakeClient,
Cluster: cluster,
AzureCluster: azureCluster,
Expand Down

0 comments on commit f58f1ef

Please sign in to comment.