mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Fixes unit test failure after adding ui support for extra var prompting on workflows
This commit is contained in:
@@ -148,6 +148,7 @@ describe('Controller: WorkflowAdd', () => {
|
||||
variables: undefined,
|
||||
allow_simultaneous: undefined,
|
||||
ask_inventory_on_launch: false,
|
||||
ask_variables_on_launch: false,
|
||||
extra_vars: undefined
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user