Allow scm_branch in notifications.

This commit is contained in:
Bill Nottingham
2020-03-17 10:37:51 -04:00
parent e210ee4077
commit d0c510563f
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ class TestJobNotificationMixin(object):
'modified': datetime.datetime,
'name': str,
'playbook': str,
'scm_branch': str,
'scm_revision': str,
'skip_tags': str,
'start_at_task': str,