mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Forgot to remove compliant users from the list. (#5241)
This commit is contained in:
@ -336,7 +336,7 @@ public class TwoFactorAuthenticationPolicyValidatorTests
|
||||
.TwoFactorIsEnabledAsync(Arg.Any<IEnumerable<OrganizationUserUserDetails>>())
|
||||
.Returns(new List<(OrganizationUserUserDetails user, bool hasTwoFactor)>()
|
||||
{
|
||||
(orgUserDetailUserWithout2Fa, true),
|
||||
(orgUserDetailUserWithout2Fa, false)
|
||||
});
|
||||
|
||||
sutProvider.GetDependency<IRevokeNonCompliantOrganizationUserCommand>()
|
||||
|
Reference in New Issue
Block a user