mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 23:28:25 -04:00
Admin app settings to save reply to email address for service.
This commit is contained in:
@@ -99,10 +99,11 @@ def mock_update_service(mocker):
|
||||
message_limit,
|
||||
restricted,
|
||||
users,
|
||||
email_from):
|
||||
email_from,
|
||||
reply_to_email_address=None):
|
||||
service = service_json(
|
||||
service_id, service_name, users, message_limit=message_limit,
|
||||
active=active, restricted=restricted, email_from=email_from)
|
||||
active=active, restricted=restricted, email_from=email_from, reply_to_email_address=reply_to_email_address)
|
||||
return {'data': service}
|
||||
|
||||
return mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user