Skip to content

Commit efb9630

Browse files
committed
pass cell_name
1 parent 2602117 commit efb9630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sentry/hybridcloud/services/control_organization_provisioning/serial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def serialize_slug_reservation(
1111
id=slug_reservation.id,
1212
organization_id=slug_reservation.organization_id,
1313
slug=slug_reservation.slug,
14-
region_name=slug_reservation.cell_name,
14+
cell_name=slug_reservation.cell_name,
1515
user_id=slug_reservation.user_id,
1616
reservation_type=slug_reservation.reservation_type,
1717
)

tests/sentry/hybridcloud/services/test_cell_organization_provisioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def create_rpc_organization_slug_reservation(self, slug: str) -> RpcOrganization
254254
slug=slug,
255255
organization_id=self.provisioned_org.id,
256256
user_id=self.provisioning_user.id,
257-
region_name="us",
257+
cell_name="us",
258258
reservation_type=OrganizationSlugReservationType.TEMPORARY_RENAME_ALIAS.value,
259259
)
260260

0 commit comments

Comments
 (0)