mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
Pinned Jinja2 to ensure ChainableUndefined is present
Signed-off-by: Will Haines <william.haines@colorado.edu>
This commit is contained in:
@@ -137,4 +137,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 '{"started_by": "My Placeholder"}' in body
|
||||
assert '{"started_by": "My Placeholder"}' in body
|
||||
|
||||
Reference in New Issue
Block a user