Skip to content

Commit

Permalink
Adjust e2e org plan
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jan 8, 2025
1 parent fb005f0 commit 2ea6c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/e2etests/e2e_seed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
CREATE_PROJECT,
MANAGE_USER_GROUPS,
)
from organisations.subscriptions.constants import SCALE_UP
from organisations.subscriptions.constants import ENTERPRISE
from projects.models import Project, UserProjectPermission
from users.models import FFAdminUser, UserPermissionGroup

Expand Down Expand Up @@ -129,7 +129,7 @@ def seed_data() -> None:
]
# Upgrade organisation seats
Subscription.objects.filter(organisation__in=org_admin.organisations.all()).update(
max_seats=8, plan=SCALE_UP, subscription_id="test_subscription_id"
max_seats=8, plan=ENTERPRISE, subscription_id="test_subscription_id"
)

# Create projects and environments
Expand Down

0 comments on commit 2ea6c98

Please sign in to comment.