mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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(
|
||||
name='foo',
|
||||
project=project,
|
||||
organization='Default'
|
||||
organization='Default',
|
||||
playbook='helloworld.yml',
|
||||
ask_variables_on_launch=True,
|
||||
ask_inventory_on_launch=True,
|
||||
|
||||
Reference in New Issue
Block a user