mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Fix failing tests.
This commit is contained in:
parent
435ab4ad67
commit
f3344e9816
@ -18,7 +18,7 @@ describe('Controller: workflowResults', () => {
|
||||
|
||||
beforeEach(angular.mock.module('workflowResults', ($provide) => {
|
||||
['PromptDialog', 'Prompt', 'Wait', 'Rest', '$state', 'ProcessErrors',
|
||||
'jobLabels', 'workflowNodes', 'count', 'WorkflowJobModel',
|
||||
'jobLabels', 'workflowNodes', 'count', 'WorkflowJobModel', 'ComponentsStrings'
|
||||
].forEach((item) => {
|
||||
$provide.value(item, {});
|
||||
});
|
||||
|
||||
@ -6,7 +6,7 @@ describe('workflowResultsService', () => {
|
||||
let $interval;
|
||||
|
||||
beforeEach(angular.mock.module('workflowResults', ($provide) => {
|
||||
['PromptDialog', 'Prompt', 'Wait', 'Rest', 'ProcessErrors', '$state', 'WorkflowJobModel']
|
||||
['PromptDialog', 'Prompt', 'Wait', 'Rest', 'ProcessErrors', '$state', 'WorkflowJobModel', 'ComponentsStrings']
|
||||
.forEach(function(item) {
|
||||
$provide.value(item, {});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user