mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00: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