mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Fix flaky OrganizationService test (#3232)
This commit is contained in:
@ -648,6 +648,7 @@ public class OrganizationServiceTests
|
||||
[OrganizationUser(type: OrganizationUserType.Owner, status: OrganizationUserStatusType.Confirmed)] OrganizationUser savingUser,
|
||||
SutProvider<OrganizationService> sutProvider)
|
||||
{
|
||||
organization.PlanType = PlanType.EnterpriseAnnually;
|
||||
InviteUserHelper_ArrangeValidPermissions(organization, savingUser, sutProvider);
|
||||
|
||||
// Set up some invites to grant access to SM
|
||||
|
Reference in New Issue
Block a user