Skip to content

Commit

Permalink
test message
Browse files Browse the repository at this point in the history
  • Loading branch information
bganapa committed Jan 16, 2025
1 parent 097a29d commit e5046f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/pop/msal_confidential.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func AcquirePoPTokenConfidential(
confidential.WithTenantID(tenantID),
)
if err != nil {
return "", -1, fmt.Errorf("failed to create service principal PoP token using certificate credential: %w", err)
return "", -1, fmt.Errorf("failed to create service principal PoP token using secret: %w", err)
}
}

Expand Down

0 comments on commit e5046f7

Please sign in to comment.