diff --git a/awx/ui/tests/spec/workflows/workflow-maker.controller-test.js b/awx/ui/tests/spec/workflows/workflow-maker.controller-test.js index 6adc771b27..584e06d3d5 100644 --- a/awx/ui/tests/spec/workflows/workflow-maker.controller-test.js +++ b/awx/ui/tests/spec/workflows/workflow-maker.controller-test.js @@ -38,6 +38,9 @@ describe('Controller: WorkflowMaker', () => { }, nextIndex: 2 }; + scope.workflowJobTemplateObj = { + id: 1 + }; WorkflowHelpService = _WorkflowHelpService_; WorkflowMakerController = $controller('WorkflowMakerController', {