This commit is contained in:
sean-m-sullivan 2021-01-28 10:16:27 -06:00
parent aa5219cf30
commit cc0d658b1c

View File

@ -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,