mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
fix bug, handle RBAC, add test
This commit is contained in:
committed by
Jake McDermott
parent
44fa3b18a9
commit
0c52d17951
@@ -236,4 +236,4 @@ class TestWorkflowJobNodeJobKWARGS:
|
||||
|
||||
|
||||
def test_get_ask_mapping_integrity():
|
||||
assert WorkflowJobTemplate.get_ask_mapping().keys() == ['extra_vars']
|
||||
assert WorkflowJobTemplate.get_ask_mapping().keys() == ['extra_vars', 'inventory']
|
||||
|
||||
Reference in New Issue
Block a user