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 82421e0e6c..9eceb528ce 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -145,7 +145,8 @@ describe('Controller: WorkflowAdd', () => { labels: undefined, organization: undefined, variables: undefined, - extra_vars: undefined + extra_vars: undefined, + allow_simultaneous: undefined }); });