mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
stub options request in workflow add unit test
This commit is contained in:
parent
d73abda5d1
commit
08594682a4
@ -97,6 +97,10 @@ describe('Controller: WorkflowAdd', () => {
|
||||
.whenGET(/^\/api\/?$/)
|
||||
.respond(200, '');
|
||||
|
||||
$httpBackend
|
||||
.when('OPTIONS', '/')
|
||||
.respond(200, '');
|
||||
|
||||
$httpBackend
|
||||
.whenGET(/\/static\/*/)
|
||||
.respond(200, {});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user