mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-23 17:02:01 -04:00
Added user name to feedback subject line in tests
This commit is contained in:
@@ -88,7 +88,7 @@ def test_passed_non_logged_in_user_details_through_flow(client, mocker, ticket_t
|
||||
data={
|
||||
'department_id': ANY,
|
||||
'agent_team_id': ANY,
|
||||
'subject': 'Notify feedback',
|
||||
'subject': 'Notify feedback {}'.format(data['name']),
|
||||
'message': 'Environment: http://localhost/\n\nblah',
|
||||
'person_email': 'rip@gmail.com',
|
||||
'person_name': 'Steve Irwin',
|
||||
|
||||
Reference in New Issue
Block a user