diff --git a/awx/ui/test/spec/workflows/workflow-add.controller-test.js b/awx/ui/test/spec/workflows/workflow-add.controller-test.js index ce00ada1d0..4edf61f694 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -97,6 +97,10 @@ describe('Controller: WorkflowAdd', () => { .whenGET(/^\/api\/?$/) .respond(200, ''); + $httpBackend + .when('OPTIONS', '/') + .respond(200, ''); + $httpBackend .whenGET(/\/static\/*/) .respond(200, {});