1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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));
}
}