From f2778d150ece6080b51882ff667e1a7cd8911acc Mon Sep 17 00:00:00 2001 From: Amber Brown Date: Tue, 19 Nov 2024 15:38:51 +1100 Subject: [PATCH] fix lint --- pkg/mimo/actuator/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mimo/actuator/task.go b/pkg/mimo/actuator/task.go index 6392acf77..4322be76f 100644 --- a/pkg/mimo/actuator/task.go +++ b/pkg/mimo/actuator/task.go @@ -130,7 +130,7 @@ func (t *th) GetOpenShiftClusterProperties() api.OpenShiftClusterProperties { // localFpAuthorizer implements mimo.TaskContext. func (t *th) LocalFpAuthorizer() (autorest.Authorizer, error) { - localFPAuthorizer, err := t.env.FPAuthorizer(t.env.TenantID(), t.env.Environment().ResourceManagerScope) + localFPAuthorizer, err := t.env.FPAuthorizer(t.env.TenantID(), nil, t.env.Environment().ResourceManagerScope) if err != nil { return nil, err }