1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Resolved build issue introduced in #1267 (#1318)

This commit is contained in:
Oscar Hinton
2021-05-12 16:27:01 +02:00
committed by GitHub
parent e2f633dace
commit e7892d8a28

View File

@@ -57,7 +57,7 @@ namespace Bit.Core.Test.AutoFixture.OrganizationFixtures
fixture.Customize<OrganizationUpgrade>(composer => composer
.With(ou => ou.Plan, selectedPlan.Type)
.With(ou => ou.PremiumAccessAddon, selectedPlan.HasPremiumAccessOption));
fixture.Customize<Organization>(composer => composer
fixture.Customize<Models.Table.Organization>(composer => composer
.Without(o => o.GatewaySubscriptionId));
}
}