mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
fix exploding unit test
This commit is contained in:
@@ -142,14 +142,15 @@ describe('Controller: WorkflowAdd', () => {
|
|||||||
expect(TemplatesService.createWorkflowJobTemplate).toHaveBeenCalledWith({
|
expect(TemplatesService.createWorkflowJobTemplate).toHaveBeenCalledWith({
|
||||||
name: "Test Workflow",
|
name: "Test Workflow",
|
||||||
description: "This is a test description",
|
description: "This is a test description",
|
||||||
labels: undefined,
|
|
||||||
organization: undefined,
|
organization: undefined,
|
||||||
|
inventory: undefined,
|
||||||
|
labels: undefined,
|
||||||
variables: undefined,
|
variables: undefined,
|
||||||
extra_vars: undefined,
|
allow_simultaneous: undefined,
|
||||||
allow_simultaneous: undefined
|
ask_inventory_on_launch: false,
|
||||||
|
extra_vars: undefined
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('scope.formCancel()', () => {
|
describe('scope.formCancel()', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user