mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
Add execution_environment and pull to the fields for UJs and UJTs
This commit is contained in:
committed by
Shane McDonald
parent
3c637cd54c
commit
cb766c6a95
@@ -40,7 +40,7 @@ def project_update(mocker):
|
||||
@pytest.fixture
|
||||
def job(mocker, job_template, project_update):
|
||||
return mocker.MagicMock(pk=5, job_template=job_template, project_update=project_update,
|
||||
workflow_job_id=None)
|
||||
workflow_job_id=None, execution_environment_id=None)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user