1
0
mirror of https://github.com/bitwarden/server synced 2026-01-28 15:23:38 +00:00

refactor(emergency-access) [PM-29584]: Add comments for added test.

This commit is contained in:
enmande
2026-01-09 14:09:38 -05:00
parent 5844d1c584
commit b884efcd5f

View File

@@ -129,6 +129,11 @@ public class EmergencyAccessMailTests
Assert.NotEmpty(mail.View.RemovedGranteeNames);
}
/// <summary>
/// Ensure consistency with help pages link and email subject.
/// </summary>
/// <param name="grantorEmail"></param>
/// <param name="granteeName"></param>
[Theory, BitAutoData]
public void EmergencyAccessRemoveGranteesMailView_SubjectAndHelpLink_MatchesExpectedValues(string grantorEmail, string granteeName)
{