mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Fixed unit test failures
This commit is contained in:
@@ -38,6 +38,9 @@ describe('Controller: WorkflowMaker', () => {
|
||||
},
|
||||
nextIndex: 2
|
||||
};
|
||||
scope.workflowJobTemplateObj = {
|
||||
id: 1
|
||||
};
|
||||
WorkflowHelpService = _WorkflowHelpService_;
|
||||
|
||||
WorkflowMakerController = $controller('WorkflowMakerController', {
|
||||
|
||||
Reference in New Issue
Block a user