mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
swap out uk org types for us-specific org types
This commit is contained in:
@@ -89,7 +89,7 @@ def _create_p1_zendesk_alert(broadcast_message):
|
||||
ticket_type=NotifySupportTicket.TYPE_INCIDENT,
|
||||
technical_ticket=True,
|
||||
org_id=current_app.config['BROADCAST_ORGANISATION_ID'],
|
||||
org_type='central',
|
||||
org_type='federal',
|
||||
service_id=str(broadcast_message.service_id),
|
||||
p1=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user