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