mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
fix typo
This commit is contained in:
@@ -85,7 +85,7 @@ def test_job_launch_with_prompting(run_module, admin_user, project, inventory, m
|
|||||||
JobTemplate.objects.create(
|
JobTemplate.objects.create(
|
||||||
name='foo',
|
name='foo',
|
||||||
project=project,
|
project=project,
|
||||||
organization='Default'
|
organization='Default',
|
||||||
playbook='helloworld.yml',
|
playbook='helloworld.yml',
|
||||||
ask_variables_on_launch=True,
|
ask_variables_on_launch=True,
|
||||||
ask_inventory_on_launch=True,
|
ask_inventory_on_launch=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user