mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Loosen up body check on template
https://github.com/ansible/awx/issues/14985 https://github.com/ansible/awx/issues/13983
This commit is contained in:
@@ -155,4 +155,4 @@ def test_build_notification_message_undefined(run_module, admin_user, organizati
|
||||
nt = NotificationTemplate.objects.get(id=result['id'])
|
||||
|
||||
body = job.build_notification_message(nt, 'running')
|
||||
assert 'The template rendering return a blank body' in body[1]
|
||||
assert '{"started_by": "My Placeholder"}' in body[1]
|
||||
|
||||
Reference in New Issue
Block a user