add org to job launch

This commit is contained in:
sean-m-sullivan
2021-01-28 08:31:52 -06:00
parent 012189cb10
commit c40ca718d0
3 changed files with 14 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ def test_job_launch_with_prompting(run_module, admin_user, project, inventory, m
JobTemplate.objects.create(
name='foo',
project=project,
organization='Default'
playbook='helloworld.yml',
ask_variables_on_launch=True,
ask_inventory_on_launch=True,