diff --git a/awx_collection/test/awx/test_job_template.py b/awx_collection/test/awx/test_job_template.py index 5a8f302e90..91f91a3c53 100644 --- a/awx_collection/test/awx/test_job_template.py +++ b/awx_collection/test/awx/test_job_template.py @@ -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,