mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-13 11:31:51 -05:00
Fix unit test failures
This commit is contained in:
@@ -81,7 +81,7 @@ describe('Controller: WorkflowAdd', () => {
|
||||
ToJSON = _ToJSON_;
|
||||
|
||||
httpBackend
|
||||
.whenGET('/api/')
|
||||
.whenGET('/api')
|
||||
.respond(200, '');
|
||||
|
||||
TemplatesService.getLabelOptions = jasmine.createSpy('getLabelOptions').and.returnValue(getLabelsDeferred.promise);
|
||||
|
||||
Reference in New Issue
Block a user