mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-05 18:10:44 -04:00
Auto-tag email branding requests
This commit is contained in:
@@ -1022,6 +1022,7 @@ def branding_request(service_id):
|
||||
ticket_type=zendesk_client.TYPE_QUESTION,
|
||||
user_email=current_user.email_address,
|
||||
user_name=current_user.name,
|
||||
tags=['notify_action_add_branding'],
|
||||
)
|
||||
|
||||
flash((
|
||||
|
||||
@@ -3203,6 +3203,7 @@ def test_submit_email_branding_request(
|
||||
ticket_type='question',
|
||||
user_email='test@user.gov.uk',
|
||||
user_name='Test User',
|
||||
tags=['notify_action_add_branding'],
|
||||
)
|
||||
assert normalize_spaces(page.select_one('.banner-default').text) == (
|
||||
'Thanks for your branding request. We’ll get back to you '
|
||||
|
||||
Reference in New Issue
Block a user