From 41ba5c09683eadbf974ea3182c68592c1af6a70a Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 10 Sep 2019 15:37:13 -0400 Subject: [PATCH] add webhook fields to workflow unit test mock --- awx/ui/test/spec/workflows/workflow-add.controller-test.js | 2 ++ 1 file changed, 2 insertions(+) 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 792ae75138..ce00ada1d0 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -149,6 +149,8 @@ describe('Controller: WorkflowAdd', () => { labels: undefined, variables: undefined, allow_simultaneous: undefined, + webhook_service: '', + webhook_credential: null, ask_inventory_on_launch: false, ask_variables_on_launch: false, ask_limit_on_launch: false,