mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
allow adding teams to org object roles
This commit is contained in:
@@ -684,7 +684,7 @@ def job_template_labels(organization, job_template):
|
||||
|
||||
@pytest.fixture
|
||||
def workflow_job_template(organization):
|
||||
wjt = WorkflowJobTemplate(name='test-workflow_job_template')
|
||||
wjt = WorkflowJobTemplate(name='test-workflow_job_template', organization=organization)
|
||||
wjt.save()
|
||||
|
||||
return wjt
|
||||
|
||||
Reference in New Issue
Block a user