mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
fixed test
This commit is contained in:
parent
87c181b662
commit
3f81e15169
@ -69,6 +69,7 @@ public class PasswordManagerInviteUserValidationTests
|
|||||||
public void Validate_GivenThePlanDoesNotAllowAdditionalSeats_ShouldBeInvalidMessageOfPlanNotAllowingSeats(Organization organization)
|
public void Validate_GivenThePlanDoesNotAllowAdditionalSeats_ShouldBeInvalidMessageOfPlanNotAllowingSeats(Organization organization)
|
||||||
{
|
{
|
||||||
organization.Seats = 8;
|
organization.Seats = 8;
|
||||||
|
organization.MaxAutoscaleSeats = 9;
|
||||||
var seatsOccupiedByUsers = 4;
|
var seatsOccupiedByUsers = 4;
|
||||||
var additionalSeats = 4;
|
var additionalSeats = 4;
|
||||||
organization.PlanType = PlanType.Free;
|
organization.PlanType = PlanType.Free;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user