mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
Fixed unit test failure
This commit is contained in:
@@ -84,6 +84,10 @@ describe('Controller: WorkflowAdd', () => {
|
||||
.whenGET('/api')
|
||||
.respond(200, '');
|
||||
|
||||
httpBackend
|
||||
.whenGET('/static/languages/en_US.json')
|
||||
.respond(200, '');
|
||||
|
||||
TemplatesService.getLabelOptions = jasmine.createSpy('getLabelOptions').and.returnValue(getLabelsDeferred.promise);
|
||||
TemplatesService.createWorkflowJobTemplate = jasmine.createSpy('createWorkflowJobTemplate').and.returnValue(createWorkflowJobTemplateDeferred.promise);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user