mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
update test
This commit is contained in:
parent
ad1937b394
commit
7ca2f33112
@ -68,7 +68,7 @@ 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 result['id'] == approval_node.id
|
||||
|
||||
assert node.identifier == this_identifier
|
||||
assert node.workflow_job_template_id == wfjt.id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user