From 4e62fe084e302cd7c0f58e68ddfc84fb69e1456e Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 23 Jan 2017 16:43:12 -0500 Subject: [PATCH] Fixed unit test failures --- awx/ui/tests/spec/workflows/workflow-maker.controller-test.js | 3 +++ 1 file changed, 3 insertions(+) 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', {