summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
authorsean-m-sullivan <ssulliva@redhat.com>2021-01-28 22:19:28 +0100
committersean-m-sullivan <ssulliva@redhat.com>2021-01-28 22:19:28 +0100
commite433e3ebc220935a31a04e73d94b0c593ebcb2df (patch)
tree478c79b2a3c219fe013682899889f8457208b2ec /awx_collection
parentfix typo (diff)
downloadawx-e433e3ebc220935a31a04e73d94b0c593ebcb2df.tar.xz
awx-e433e3ebc220935a31a04e73d94b0c593ebcb2df.zip
update logic
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/test/awx/test_job_template.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/awx_collection/test/awx/test_job_template.py b/awx_collection/test/awx/test_job_template.py
index 91f91a3c53..8ec3d67bfc 100644
--- a/awx_collection/test/awx/test_job_template.py
+++ b/awx_collection/test/awx/test_job_template.py
@@ -81,11 +81,11 @@ def test_resets_job_template_values(run_module, admin_user, project, inventory):
@pytest.mark.django_db
-def test_job_launch_with_prompting(run_module, admin_user, project, inventory, machine_credential):
+def test_job_launch_with_prompting(run_module, admin_user, project, organization, inventory, machine_credential):
JobTemplate.objects.create(
name='foo',
project=project,
- organization='Default',
+ organization=organization,
playbook='helloworld.yml',
ask_variables_on_launch=True,
ask_inventory_on_launch=True,