From cc0d658b1c9c1b1db53a106fc8f6c94d02c736b4 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Thu, 28 Jan 2021 10:16:27 -0600 Subject: [PATCH] fix typo --- awx_collection/test/awx/test_job_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,