mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #9205 from beeankha/fix_pylint_error
Fix Pylint Error Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -136,5 +136,5 @@ def test_build_notification_message_undefined(run_module, admin_user, organizati
|
|||||||
), admin_user)
|
), admin_user)
|
||||||
nt = NotificationTemplate.objects.get(id=result['id'])
|
nt = NotificationTemplate.objects.get(id=result['id'])
|
||||||
|
|
||||||
_, body = job.build_notification_message(nt, 'running')
|
body = job.build_notification_message(nt, 'running')
|
||||||
assert '{"started_by": "My Placeholder"}' in body
|
assert '{"started_by": "My Placeholder"}' in body[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user