mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 16:31:15 -05:00
sample_job uses create_service instead of sample_service
This commit is contained in:
@@ -382,7 +382,7 @@ def sample_job(
|
||||
archived=False
|
||||
):
|
||||
if service is None:
|
||||
service = sample_service(notify_db, notify_db_session)
|
||||
service = create_service()
|
||||
if template is None:
|
||||
template = sample_template(notify_db, notify_db_session,
|
||||
service=service)
|
||||
|
||||
Reference in New Issue
Block a user