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

docs(register): [PM-27084] Account Register Uses New Data Types - Added comments for tests.

This commit is contained in:
Patrick Pimentel
2025-12-11 17:49:17 -05:00
parent 7cb55eba4f
commit b33e1aced2

View File

@@ -591,6 +591,8 @@ public class AccountsControllerTests : IDisposable
await Assert.ThrowsAsync<BadRequestException>(() => _sut.PostRegisterVerificationEmailClicked(requestModel));
}
// PM-28143 - When removing the old properties, update this test to just test the new properties working
// as expected.
[Theory, BitAutoData]
public async Task PostRegisterFinish_EmailVerification_BothDataForms_ProduceEquivalentOutcomes(
string email,
@@ -705,6 +707,8 @@ public class AccountsControllerTests : IDisposable
emailVerificationToken);
}
// PM-28143 - When removing the old properties, update this test to just test the new properties working
// as expected.
[Theory, BitAutoData]
public async Task PostRegisterFinish_OrgInvite_BothDataForms_ProduceEquivalentOutcomes(
string email,