mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
update logic
This commit is contained in:
@@ -81,11 +81,11 @@ def test_resets_job_template_values(run_module, admin_user, project, inventory):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.django_db
|
@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(
|
JobTemplate.objects.create(
|
||||||
name='foo',
|
name='foo',
|
||||||
project=project,
|
project=project,
|
||||||
organization='Default',
|
organization=organization,
|
||||||
playbook='helloworld.yml',
|
playbook='helloworld.yml',
|
||||||
ask_variables_on_launch=True,
|
ask_variables_on_launch=True,
|
||||||
ask_inventory_on_launch=True,
|
ask_inventory_on_launch=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user