mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -05:00
[AC-1839] Fixed missing reference on OrganizationLicenseFileFixtures. Fixed flaky unit test on UpdateSecretsManagerSubscriptionCommandTests (#3489)
This commit is contained in:
parent
951201892e
commit
2a7ad95147
@ -1,5 +1,5 @@
|
|||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using Bit.Core.Entities;
|
using Bit.Core.AdminConsole.Entities;
|
||||||
using Bit.Core.Enums;
|
using Bit.Core.Enums;
|
||||||
using Bit.Core.Models.Business;
|
using Bit.Core.Models.Business;
|
||||||
|
|
||||||
|
@ -94,6 +94,7 @@ public class UpdateSecretsManagerSubscriptionCommandTests
|
|||||||
SutProvider<UpdateSecretsManagerSubscriptionCommand> sutProvider)
|
SutProvider<UpdateSecretsManagerSubscriptionCommand> sutProvider)
|
||||||
{
|
{
|
||||||
organization.PlanType = planType;
|
organization.PlanType = planType;
|
||||||
|
organization.Seats = 20;
|
||||||
|
|
||||||
const int updateSmSeats = 15;
|
const int updateSmSeats = 15;
|
||||||
const int updateSmServiceAccounts = 450;
|
const int updateSmServiceAccounts = 450;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user