1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 10:34:01 +00:00

[AC-1839] Fixed missing reference on OrganizationLicenseFileFixtures. Fixed flaky unit test on UpdateSecretsManagerSubscriptionCommandTests (#3489)

This commit is contained in:
Rui Tomé
2023-11-29 14:57:56 +00:00
committed by GitHub
parent 951201892e
commit 2a7ad95147
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ public class UpdateSecretsManagerSubscriptionCommandTests
SutProvider<UpdateSecretsManagerSubscriptionCommand> sutProvider)
{
organization.PlanType = planType;
organization.Seats = 20;
const int updateSmSeats = 15;
const int updateSmServiceAccounts = 450;