mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
update test
This commit is contained in:
parent
0fee6d8b86
commit
ad1937b394
@ -68,6 +68,8 @@ def test_create_workflow_job_template_node_no_template(run_module, admin_user, w
|
||||
node = WorkflowJobTemplateNode.objects.get(identifier=this_identifier)
|
||||
approval_node = UnifiedJobTemplate.objects.get(name='foo-jt-approval')
|
||||
|
||||
assert result['id'] == node.id
|
||||
|
||||
assert node.identifier == this_identifier
|
||||
assert node.workflow_job_template_id == wfjt.id
|
||||
assert node.unified_job_template_id is approval_node.id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user