diff --git a/test/Identity.Test/Controllers/AccountsControllerTests.cs b/test/Identity.Test/Controllers/AccountsControllerTests.cs index 8f8b38f9ea..8d37ee10d7 100644 --- a/test/Identity.Test/Controllers/AccountsControllerTests.cs +++ b/test/Identity.Test/Controllers/AccountsControllerTests.cs @@ -591,6 +591,8 @@ public class AccountsControllerTests : IDisposable await Assert.ThrowsAsync(() => _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,