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

@@ -87,7 +87,7 @@ class TestJobNotificationMixin(object):
'use_fact_cache': bool,
'verbosity': int},
'job_friendly_name': str,
'job_summary_dict': str,
'job_metadata': str,
'url': str}