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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user