1
0
mirror of https://github.com/bitwarden/server synced 2026-01-29 07:43:22 +00:00

doc: fix docs for test

This commit is contained in:
Ike Kottlowski
2026-01-23 23:00:08 -05:00
parent d603a8796d
commit f609c2cc7c

View File

@@ -41,8 +41,8 @@ public class DeleteEmergencyAccessCommandTests
}
/// <summary>
/// Verifies that attempting to delete a non-existent emergency access record
/// throws a <see cref="BadRequestException"/> and does not call delete or send email.
/// Verifies successful deletion of an emergency access record by ID and grantor ID,
/// and ensures that a notification email is sent to the grantor.
/// </summary>
[Theory, BitAutoData]
public async Task DeleteByIdGrantorIdAsync_DeletesEmergencyAccessAndSendsEmail(