mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Test post letter request sets notification postage correctly
This commit is contained in:
@@ -158,6 +158,7 @@ def sample_service(
|
||||
email_from=None,
|
||||
permissions=None,
|
||||
research_mode=None,
|
||||
postage="second",
|
||||
):
|
||||
if user is None:
|
||||
user = create_user()
|
||||
@@ -170,6 +171,7 @@ def sample_service(
|
||||
'restricted': restricted,
|
||||
'email_from': email_from,
|
||||
'created_by': user,
|
||||
"postage": postage,
|
||||
}
|
||||
service = Service.query.filter_by(name=service_name).first()
|
||||
if not service:
|
||||
|
||||
Reference in New Issue
Block a user