Skip to content

Commit bb3bb71

Browse files
fix: generalize Azure AD comment per code review
1 parent 987ca66 commit bb3bb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/modern/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func hasLiveConnection() bool {
7373
}
7474

7575
// hasSQLAuthCredentials returns true if SQL authentication credentials are available.
76-
// For Azure AD/Entra authentication (service principal), we need different handling.
76+
// For Azure AD/Entra authentication methods, we need different handling.
7777
func hasSQLAuthCredentials() bool {
7878
return os.Getenv("SQLCMDUSER") != "" && os.Getenv("SQLCMDPASSWORD") != ""
7979
}

0 commit comments

Comments
 (0)