mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -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)
|
||||
{
|
||||
organization.Seats = 8;
|
||||
organization.MaxAutoscaleSeats = 9;
|
||||
var seatsOccupiedByUsers = 4;
|
||||
var additionalSeats = 4;
|
||||
organization.PlanType = PlanType.Free;
|
||||
|
Loading…
x
Reference in New Issue
Block a user