diff --git a/awx/ui/test/spec/workflows/workflow-add.controller-test.js b/awx/ui/test/spec/workflows/workflow-add.controller-test.js index e7879b5a8b..543e223467 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -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 }); });