summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
authorsean-m-sullivan <ssulliva@redhat.com>2020-10-16 18:16:15 +0200
committersean-m-sullivan <ssulliva@redhat.com>2020-10-16 18:16:15 +0200
commitad1937b3945b8168affe7247d0019a2a6500367f (patch)
treedcff3153651a881c2b9a1bd7a50ab75a2ca8798d /awx_collection
parentupdate test (diff)
downloadawx-ad1937b3945b8168affe7247d0019a2a6500367f.tar.xz
awx-ad1937b3945b8168affe7247d0019a2a6500367f.zip
update test
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/test/awx/test_workflow_job_template_node.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/awx_collection/test/awx/test_workflow_job_template_node.py b/awx_collection/test/awx/test_workflow_job_template_node.py
index b603ea2fd8..6e3d7db23a 100644
--- a/awx_collection/test/awx/test_workflow_job_template_node.py
+++ b/awx_collection/test/awx/test_workflow_job_template_node.py
@@ -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