Skip to content

Commit

Permalink
fix function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed Jul 1, 2024
1 parent e92e4d6 commit bb0924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_service_principal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ func TestUnassignRoleFailures(t *testing.T) {
mp.(*mockProvider).unassignRolesFailureParams = failureParams{
expectError: true,
}
b.getProvider = func(context.Context, hclog.Logger, logical.SystemView, *clientSettings) (AzureProvider, error) {
b.getProvider = func(s *clientSettings, p api.Passwords) (AzureProvider, error) {
return mp, nil
}

Expand Down

0 comments on commit bb0924d

Please sign in to comment.