mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Sample job uses create_template instead of sample template
This commit is contained in:
@@ -384,8 +384,7 @@ def sample_job(
|
||||
if service is None:
|
||||
service = create_service()
|
||||
if template is None:
|
||||
template = sample_template(notify_db, notify_db_session,
|
||||
service=service)
|
||||
template = create_template(service=service)
|
||||
data = {
|
||||
'id': uuid.uuid4(),
|
||||
'service_id': service.id,
|
||||
|
||||
Reference in New Issue
Block a user