mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02: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,
|
variables: undefined,
|
||||||
allow_simultaneous: undefined,
|
allow_simultaneous: undefined,
|
||||||
ask_inventory_on_launch: false,
|
ask_inventory_on_launch: false,
|
||||||
|
ask_variables_on_launch: false,
|
||||||
extra_vars: undefined
|
extra_vars: undefined
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user