mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 10:01:48 -05:00
Fixed failing ui unit tests
This commit is contained in:
@@ -80,8 +80,8 @@ describe('Controller: WorkflowAdd', () => {
|
||||
ParseTypeChange = _ParseTypeChange_;
|
||||
ToJSON = _ToJSON_;
|
||||
|
||||
httpBackend
|
||||
.whenGET('/api')
|
||||
$httpBackend
|
||||
.whenGET(/^\/api\/?$/)
|
||||
.respond(200, '');
|
||||
|
||||
$httpBackend
|
||||
|
||||
Reference in New Issue
Block a user