Rename job_summary_dict to job_metadata

* Clarifies purpose of notification template variable
This commit is contained in:
Jim Ladd
2019-10-23 12:41:17 -07:00
committed by Ryan Petrello
parent acba5306c6
commit 71d7bac261
7 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ class TestNotificationTemplateSerializer():
{'started': {'message': '{{ job.id }}', 'body': '{{ job.status }}'},
'success': {'message': None, 'body': '{{ job_friendly_name }}'},
'error': {'message': '{{ url }}', 'body': None}},
{'started': {'body': '{{ job_summary_dict }}'}},
{'started': {'body': '{{ job_metadata }}'}},
{'started': {'body': '{{ job.summary_fields.inventory.total_hosts }}'}},
{'started': {'body': u'Iñtërnâtiônàlizætiøn'}}
])