mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
add webhook fields to workflow unit test mock
This commit is contained in:
committed by
Jeff Bradberry
parent
e8e3a601b2
commit
41ba5c0968
@@ -149,6 +149,8 @@ describe('Controller: WorkflowAdd', () => {
|
|||||||
labels: undefined,
|
labels: undefined,
|
||||||
variables: undefined,
|
variables: undefined,
|
||||||
allow_simultaneous: undefined,
|
allow_simultaneous: undefined,
|
||||||
|
webhook_service: '',
|
||||||
|
webhook_credential: null,
|
||||||
ask_inventory_on_launch: false,
|
ask_inventory_on_launch: false,
|
||||||
ask_variables_on_launch: false,
|
ask_variables_on_launch: false,
|
||||||
ask_limit_on_launch: false,
|
ask_limit_on_launch: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user