mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
fix typo
This commit is contained in:
parent
aa5219cf30
commit
cc0d658b1c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user